Skip to content

Commit

Permalink
style: overflow for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiazlin committed Sep 13, 2023
1 parent 4746437 commit 721c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/CardModal/CardModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ const CardModal = ({
<Flex flex={1} width="50%" flexDirection="column" gap="1rem">
<Flex
flexShrink={0}
overflow="hidden"
overflow="scroll"
flexWrap={editing ? "wrap" : "nowrap"}
>
{form.values?.tags
Expand Down

0 comments on commit 721c04c

Please sign in to comment.