mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: Don't add padding bottom for emojis in composer preview
This commit is contained in:
parent
97c0fd0909
commit
0cc636f648
@ -205,6 +205,9 @@
|
||||
|
||||
.d-editor-preview img {
|
||||
padding-bottom: 20px;
|
||||
&.emoji {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.d-editor-preview .image-wrapper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user