Skip to content

Commit

Permalink
style: set flex-wrap to chip list
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Dec 23, 2024
1 parent 4a4cdc5 commit da80b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/processes/ideal_partner/HobbyForm/HobbyForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.ChipWrapper {
display: flex;
overflow-x: auto;
flex-wrap: wrap;
gap: 12px;

flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.ChipWrapper {
display: flex;
overflow-x: auto;
flex-wrap: wrap;
gap: 8px;

flex-shrink: 0;
Expand Down

0 comments on commit da80b49

Please sign in to comment.