Browse Source

Inputs: fixes #483 fixes display of fluid action inputs

pull/524/head
jlukic 11 years ago
parent
commit
70b5a37f51
1 changed files with 8 additions and 0 deletions
  1. 8
      src/elements/input.less

8
src/elements/input.less

@ -300,6 +300,14 @@
vertical-align: top;
}
.ui.fluid.action.input {
display: table;
width: 100%;
}
.ui.fluid.action.input .button {
width: 0.01%;
}
/*--------------------
Fluid
---------------------*/

Loading…
Cancel
Save