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

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 {