Skip to content

Commit

Permalink
Added flex-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Apr 8, 2024
1 parent 40f3b01 commit afd504f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion themes/soe_basic/dist/css/theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themes/soe_basic/src/scss/theme/_events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
display: flex;
justify-content: flex-start;
gap: 1em;
flex-wrap: wrap;

li {
flex: 1 1 min-content;
Expand Down

0 comments on commit afd504f

Please sign in to comment.