Browse Source

Fix some flex input conditions

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

4
src/definitions/elements/input.less

@ -36,7 +36,7 @@
.ui.input input {
margin: 0em;
max-width: 100%;
flex: 1 0 auto;
flex: 0 1 auto;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
text-align: @textAlign;
@ -409,7 +409,7 @@
display: flex;
}
.ui.fluid.input > input {
width: 0px !important;
width: 100% !important;
}
/*--------------------

Loading…
Cancel
Save