Skip to content

Commit acbdb68

Browse files
authored
fix: make the organization card cover the entire space (#1261)
1 parent 09a57c8 commit acbdb68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tasks/components/layout/OrganizationDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const OrganizationDisplay = ({
5656
return (
5757
<div className="py-4 px-6 @container">
5858
<ColumnTitle title={translation.yourOrganizations}/>
59-
<div className="grid @max-md:grid-cols-1 @xl:grid-cols-2 @4xl:grid-cols-3 gap-6">
59+
<div className="grid @max-md:grid-cols-1 gap-6">
6060
{usedOrganizations.map(organization => (
6161
<OrganizationCard
6262
key={organization.id}
File renamed without changes.

0 commit comments

Comments
 (0)