Browse Source

#2486 Fix label inside input not rfesizing

pull/2519/head
jlukic 9 years ago
parent
commit
3bc76f9f73
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/input.less

2
src/definitions/elements/input.less

@ -306,7 +306,7 @@
.ui.labeled.input > .label {
flex: 0 0 auto;
margin: 0;
font-size: @medium;
font-size: @relativeMedium;
}
.ui.labeled.input > .label:not(.corner) {
padding-top: @verticalPadding;

Loading…
Cancel
Save