Skip to content

Commit

Permalink
Merge pull request #2 from emsuiko/fix/wrap-buttons
Browse files Browse the repository at this point in the history
fix: wrap buttons in parent container
  • Loading branch information
kringkaste authored Sep 1, 2021
2 parents c20fd69 + 075d88e commit 6644ab9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ body {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
gap: 4px;
border: 1px solid #CECFD1;
border-radius: 4px;
overflow: hidden;
Expand Down

0 comments on commit 6644ab9

Please sign in to comment.