Skip to content

Commit

Permalink
fix(button): center text in fluid & vertically aligned button group
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Jun 6, 2019
1 parent 752827e commit bfd7c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,7 @@
.ui.fluid.vertical.buttons > .button {
display: flex;
width: auto;
justify-content: center;
}

.ui.two.vertical.buttons > .button {
Expand Down

0 comments on commit bfd7c84

Please sign in to comment.