Message Input: Prevent jumping height when pasting custom emoji (#2197)

This commit is contained in:
Alexander Zinchuk 2022-12-07 17:38:30 +01:00
parent 967f3ec5f8
commit b3962c806c

View File

@ -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,