Skip to content

Commit

Permalink
fix: committee members grid layout on chrome browsers after update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Dec 15, 2024
1 parent 523acdc commit 7d56210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/committee-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function CommitteeCard({
!isTightLayout && "md:-mx-8 lg:-mx-32 xl:-mx-48 2xl:-mx-64",
)}
>
<details open className="group contents">
<details open className="group w-full">
<summary className="absolute left-0 top-0 flex w-full cursor-pointer justify-between border-b-2 border-gray-900 bg-gray-100 p-2 [&::-webkit-details-marker]:hidden [&::marker]:hidden">
<span className="flex w-5 gap-1 sm:w-8">
<span className="bg-secondary-600 size-2 rounded-full border border-gray-900 sm:size-3" />
Expand Down

0 comments on commit 7d56210

Please sign in to comment.