Skip to content

Commit

Permalink
fix InputFilter size
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPotdevin committed Apr 13, 2016
1 parent c437aad commit daeea43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theming/components/_input-filter.scss
Expand Up @@ -35,6 +35,9 @@
background: transparent;
border:none;
color: $sk-text-color;
height: initial;
line-height: initial;

&:focus {
outline:0;
}
Expand All @@ -43,6 +46,7 @@
&__action {
height:30px;
visibility: hidden;
display: none;
}

&__remove {
Expand Down

0 comments on commit daeea43

Please sign in to comment.