Skip to content

Commit

Permalink
style: fix responsive design issue on trips list sort buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-giret committed Mar 10, 2024
1 parent d16937f commit a115d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function TripsList(): JSX.Element {
gap={[2, 2, 4]}
>
<Text color="gray.500">Trier par</Text>
<ButtonGroup isAttached size="sm">
<ButtonGroup flexWrap="wrap" gap={2} size="sm" spacing={0}>
<Button
colorScheme="green"
onClick={() => sortBy('-date')}
Expand Down

0 comments on commit a115d8e

Please sign in to comment.