We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a57c8 commit acbdb68Copy full SHA for acbdb68
tasks/components/layout/OrganizationDisplay.tsx
@@ -56,7 +56,7 @@ export const OrganizationDisplay = ({
56
return (
57
<div className="py-4 px-6 @container">
58
<ColumnTitle title={translation.yourOrganizations}/>
59
- <div className="grid @max-md:grid-cols-1 @xl:grid-cols-2 @4xl:grid-cols-3 gap-6">
+ <div className="grid @max-md:grid-cols-1 gap-6">
60
{usedOrganizations.map(organization => (
61
<OrganizationCard
62
key={organization.id}
tasks/pages/organizations.tsx renamed to tasks/pages/organizations/index.tsx
0 commit comments