Skip to content

Commit

Permalink
Make tabs width dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
nitegeist authored and alalonde committed Oct 23, 2023
1 parent aa42ea3 commit ce37975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const UnifiedCommunityPage: React.FC<Props> = ({
<Tabs
mt="2em"
w={{
lg: '70vw',
lg: '100%',
}}
>
<TabList ml={{ sm: '0em', lg: '4em' }} mr={{ sm: '0em', lg: '4em' }}>
Expand Down

0 comments on commit ce37975

Please sign in to comment.