FIX: prevents global input width to impact input inside emoji picker filter

This commit is contained in:
Joffrey JAFFEUX 2017-12-18 10:48:33 +01:00 committed by GitHub
parent 8d44642b97
commit 133d97402a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ img.emoji {
display: flex;
position: relative;
align-items: center;
input[type="text"] {
width: auto!important;
}
}
.emoji-picker .filter .d-icon-search {