mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:02:46 +08:00
FIX: don't add bottom padding for avatars in composer preview
This commit is contained in:
parent
e67474daf4
commit
612a0be085
|
@ -205,7 +205,8 @@
|
|||
|
||||
.d-editor-preview img {
|
||||
padding-bottom: 20px;
|
||||
&.emoji {
|
||||
&.emoji,
|
||||
&.avatar {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user