projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fac8b
)
Fix quote from discord bridge
author
Ajay Bura
<ajbura@gmail.com>
Wed, 12 Jan 2022 09:41:34 +0000
(15:11 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Wed, 12 Jan 2022 09:41:34 +0000
(15:11 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/molecules/message/Message.scss
patch
|
blob
|
history
diff --git
a/src/app/molecules/message/Message.scss
b/src/app/molecules/message/Message.scss
index 279a246a6df45f3b24d203634ff57a5025b0d01d..dd26e0fd63fdc077426825f8f10623a39af49e59 100644
(file)
--- a/
src/app/molecules/message/Message.scss
+++ b/
src/app/molecules/message/Message.scss
@@
-382,7
+382,7
@@
@include scrollbar.scroll--auto-hide;
}
& pre {
-
display: inline-block
;
+
width: fit-content
;
max-width: 100%;
@include scrollbar.scroll;
@include scrollbar.scroll__h;
@@
-393,7
+393,7
@@
}
}
& blockquote {
-
display: inline-block
;
+
width: fit-content
;
max-width: 100%;
@include dir.side(border, 4px solid var(--bg-surface-active), 0);
white-space: initial !important;