Browse Source

Fixes specificity of button #483

pull/524/head
jlukic 11 years ago
parent
commit
28261ed82f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/elements/input.less

2
src/elements/input.less

@ -304,7 +304,7 @@
display: table;
width: 100%;
}
.ui.fluid.action.input .button {
.ui.fluid.action.input > .button {
width: 0.01%;
}

Loading…
Cancel
Save