Browse Source

#2117 #2096 backports fluid input fix to 1.x channel

pull/2136/merge
jlukic 9 years ago
parent
commit
c05133874d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/input.less

2
src/definitions/elements/input.less

@ -397,7 +397,7 @@
---------------------*/ ---------------------*/
.ui.fluid.input { .ui.fluid.input {
display: block;
display: flex;
} }
/*-------------------- /*--------------------

Loading…
Cancel
Save