Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit acbdb68

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

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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}

0 commit comments

Comments
 (0)