Browse Source
Select2 search input fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/3187/head
John Molakvoæ (skjnldsv)
9 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
0 additions and
1 deletions
-
core/css/inputs.scss
|
|
|
@ -305,7 +305,6 @@ input { |
|
|
|
} |
|
|
|
} |
|
|
|
.select2-search input { |
|
|
|
width: calc(100% - 14px); |
|
|
|
min-height: auto; |
|
|
|
background: url('../img/actions/search.svg') no-repeat right center !important; |
|
|
|
background-origin: content-box !important; |
|
|
|
|