Fix quote from discord bridge
authorAjay Bura <ajbura@gmail.com>
Wed, 12 Jan 2022 09:41:34 +0000 (15:11 +0530)
committerAjay 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

index 279a246a6df45f3b24d203634ff57a5025b0d01d..dd26e0fd63fdc077426825f8f10623a39af49e59 100644 (file)
     @include scrollbar.scroll--auto-hide;
   }
   & pre {
-    display: inline-block;
+    width: fit-content;
     max-width: 100%;
     @include scrollbar.scroll;
     @include scrollbar.scroll__h;
     }
   }
   & 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;