UX: Don't add padding bottom for emojis in composer preview

This commit is contained in:
Vinoth Kannan 2019-02-28 15:53:21 +05:30
parent 97c0fd0909
commit 0cc636f648

View File

@ -205,6 +205,9 @@
.d-editor-preview img {
padding-bottom: 20px;
&.emoji {
padding-bottom: 0;
}
}
.d-editor-preview .image-wrapper {