Skip to content

Commit

Permalink
releasef fix mobile view of acitivty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Sep 27, 2024
1 parent 283611e commit 8a536b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/Activity/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const BracketCount = ({content}: { content: number | string | undefined }
if (!content) return null;

return (
<div className="flex items-center justify-between ml-2">
<div className="flex items-center justify-between ml-0 sm:ml-2">
<Chip className="!text-sm" label={content} size="small"/>
</div>
);
Expand Down

0 comments on commit 8a536b1

Please sign in to comment.