Skip to content

Commit

Permalink
watch accounts width
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 5, 2024
1 parent d964e58 commit d4858e7
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 d4858e7

Please sign in to comment.