Skip to content

Commit

Permalink
fix: hosted collectives drawer responsiveness (#10777)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz authored Nov 5, 2024
1 parent ed4d7b6 commit 7f77f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ const CollectiveDetails = ({
</div>
</SectionTitle>

<InfoList className="sm:grid-cols-2">
<InfoList className="flex flex-col sm:grid sm:grid-cols-2">
<InfoListItem
title={<FormattedMessage id="HostedSince" defaultMessage="Hosted since" />}
value={
Expand Down

0 comments on commit 7f77f05

Please sign in to comment.