Skip to content

Commit

Permalink
[InputLikeText] fixed height collapsing in Flat design
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Khazamov committed Mar 20, 2018
1 parent 67d0845 commit 9737df0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/Input/Input.flat.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
padding-right: @side-padding;
width: 100%;
-webkit-appearance: none;
white-space: nowrap;
text-overflow: clip;
background: white;
transition: background-color 0.15s ease-in;

&:empty:before {
&:before {
content: '\a0';
}
}
Expand Down

0 comments on commit 9737df0

Please sign in to comment.