2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

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

View file

@ -45,6 +45,10 @@
}
}

.select-kit-filter .filter-input {
width: auto;
}

.select-kit-body {
width: auto;
min-width: 150px;