Browse Source

Fix flex fluid width

pull/2300/head
jlukic 9 years ago
parent
commit
6ceb7fd0b8
1 changed files with 1 additions and 2 deletions
  1. 3
      src/definitions/elements/button.less

3
src/definitions/elements/button.less

@ -1034,8 +1034,7 @@
/* Fluid */ /* Fluid */
.ui.fluid.buttons, .ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
.ui.button.fluid {
display: flex; display: flex;
width: 100%; width: 100%;
} }

Loading…
Cancel
Save