Fix delivery status overflow in sticker messages
This commit is contained in:
parent
f157ce2eec
commit
79acb7513d
2 changed files with 8 additions and 1 deletions
|
@ -378,7 +378,11 @@
|
|||
@include dark-theme {
|
||||
border: none;
|
||||
}
|
||||
padding-bottom: 0px;
|
||||
|
||||
/* Leave some padding to eat the negative margin-bottom from
|
||||
* .module-message__metadata
|
||||
*/
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.module-message__container--outgoing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue