CSS: add right margin

This commit is contained in:
JC Brand 2022-10-03 14:01:12 +02:00
parent ef16a52ced
commit 31b10aa0b0
2 changed files with 3 additions and 4 deletions

View File

@ -3,6 +3,9 @@
@import "shared/styles/_mixins.scss";
converse-chat-message-body {
margin-right: 0.5em;
overflow-y: hidden; // Hide zalgo text that overflows vertically
audio {
display: block;
@include media-breakpoint-down(sm) {

View File

@ -155,10 +155,6 @@
margin-left: 0;
}
converse-chat-message-body {
overflow-y: hidden; // Hide zalgo text that overflows vertically
}
.chat-msg__message {
line-height: 1.65em;
display: inline-flex;