Browse Source

Fixes #793 #1506 #1693 - Fixes fluid flex

pull/1785/head
jlukic 9 years ago
parent
commit
9127f51c94
1 changed files with 1 additions and 5 deletions
  1. 6
      src/definitions/elements/input.less

6
src/definitions/elements/input.less

@ -372,11 +372,7 @@
/* Fluid */
.ui.fluid.action.input {
display: table;
width: 100%;
}
.ui.fluid.action.input > .button {
width: 0.01%;
display: flex;
}
/* Button on Right */

Loading…
Cancel
Save