Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Mar 21, 2023
1 parent 9c1ffff commit d27c542
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ const SnapsAuthorshipPill = ({ snapId, className }) => {
paddingRight={4}
borderRadius={BorderRadius.pill}
display={DISPLAY.FLEX}
width="100%"
style={{ maxWidth: 'fit-content' }}
style={{ maxWidth: 'fit-content', width: '100%' }}
>
<Box>
<BadgeWrapper
Expand Down

0 comments on commit d27c542

Please sign in to comment.