FIX: header icon out of bounds in tag-drop on some browsers

This commit is contained in:
Joffrey JAFFEUX 2018-02-27 08:33:06 +01:00 committed by GitHub
parent 06891ce51d
commit 83e8ab5274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@
}
}
.select-kit-filter .filter-input {
width: auto;
}
.select-kit-body {
width: auto;
min-width: 150px;