Skip to content

Commit

Permalink
Apply inline-flex to all buttons within a ButtonGroup (fixes 16664) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten authored Jul 24, 2019
1 parent 70a1149 commit 28c7f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/button-group/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.components-button.is-button {
border-radius: 0;
display: inline-flex;

& + .components-button.is-button {
margin-left: -1px;
Expand Down

0 comments on commit 28c7f3a

Please sign in to comment.