Skip to content

Commit

Permalink
fix mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Sep 10, 2024
1 parent 30e2b1c commit 772dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/AccountsLabelSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const AccountsLabelSearch = () => {
};

return (
<Flex alignItems="center" columnGap={ 2 }>
<Flex alignItems="center" columnGap={ 2 } flexWrap="wrap" rowGap={ 1 }>
<Skeleton
isLoaded={ !isPlaceholderData }
display="inline-block"
Expand Down

0 comments on commit 772dca8

Please sign in to comment.