Browse Source

#1709, force table-cell on ui labeled input, ui action input

pull/1729/head
jlukic 10 years ago
parent
commit
45b00b9fb9
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/elements/input.less

4
src/definitions/elements/input.less

@ -282,7 +282,7 @@
vertical-align: top;
}
.ui.labeled.input > .label {
display: table-cell;
display: table-cell !important;
vertical-align: middle;
white-space: nowrap;
font-size: 1em;
@ -363,7 +363,7 @@
}
.ui.action.input > .button,
.ui.action.input > .buttons {
display: table-cell;
display: table-cell !important;
vertical-align: middle;
white-space: nowrap;
padding-top: @verticalPadding;

Loading…
Cancel
Save