Message Input: Prevent jumping height when pasting custom emoji (#2197)
This commit is contained in:
parent
967f3ec5f8
commit
b3962c806c
@ -448,6 +448,13 @@
|
||||
margin: 0;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
// Workaround to preserve correct input height
|
||||
&.clone {
|
||||
.custom-emoji {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#message-input-text,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user