Skip to content

Commit

Permalink
fix: letters cut off #448
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Aug 9, 2023
1 parent 4d728f9 commit 5102620
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ export default function Layout({ children, props }) {
compact
size='xl'
p='sm'
styles={{
label: {
overflow: 'unset',
},
}}
>
{user.username}
</Button>
Expand Down

0 comments on commit 5102620

Please sign in to comment.