Browse Source

#2617 Fixes unnecesssary use of flex with fluid button

pull/2616/merge
jlukic 9 years ago
parent
commit
e5eca744d0
1 changed files with 4 additions and 4 deletions
  1. 8
      src/definitions/elements/button.less

8
src/definitions/elements/button.less

@ -1038,12 +1038,12 @@
--------------------*/
.ui.fluid.buttons,
.ui.button.fluid {
display: flex;
justify-content: center;
flex-direction: row;
.ui.fluid.button {
width: 100%;
}
.ui.fluid.button {
display: block;
}
.ui.two.buttons {
width: 100%;

Loading…
Cancel
Save