mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: prevents global input width to impact input inside emoji picker filter
This commit is contained in:
parent
8d44642b97
commit
133d97402a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user