Fix quote from discord bridge

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-01-12 15:11:34 +05:30
parent b7fac8bcbc
commit 57fc8b2f1a

View file

@ -382,7 +382,7 @@
@include scrollbar.scroll--auto-hide; @include scrollbar.scroll--auto-hide;
} }
& pre { & pre {
display: inline-block; width: fit-content;
max-width: 100%; max-width: 100%;
@include scrollbar.scroll; @include scrollbar.scroll;
@include scrollbar.scroll__h; @include scrollbar.scroll__h;
@ -393,7 +393,7 @@
} }
} }
& blockquote { & blockquote {
display: inline-block; width: fit-content;
max-width: 100%; max-width: 100%;
@include dir.side(border, 4px solid var(--bg-surface-active), 0); @include dir.side(border, 4px solid var(--bg-surface-active), 0);
white-space: initial !important; white-space: initial !important;