Skip to content

Commit

Permalink
Watch accounts width width (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Dec 5, 2024
1 parent d964e58 commit 407afff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui/src/components/select/AccountSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ const AccountSelection = ({
)

return (
<Grid container>
<Grid
container
width={'100%'}
>
{!!errorMessage && (
<Grid
size={12}
Expand Down

0 comments on commit 407afff

Please sign in to comment.