Skip to content

Commit

Permalink
Merge pull request #26 from fnils/main
Browse files Browse the repository at this point in the history
Wrap items when there are many so the design does not break
  • Loading branch information
jsakamoto authored Feb 25, 2024
2 parents 8d381b3 + f170481 commit 3e7d09a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

& > .parameter-type-holder {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-top: 4px;

Expand Down

0 comments on commit 3e7d09a

Please sign in to comment.