Преглед изворни кода

fix(desktop): text part styling

Adam пре 4 месеци
родитељ
комит
edd86e3fb7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      packages/ui/src/components/message-part.css

+ 2 - 0
packages/ui/src/components/message-part.css

@@ -22,6 +22,8 @@
 }
 }
 
 
 [data-component="text-part"] {
 [data-component="text-part"] {
+  width: 100%;
+
   [data-component="markdown"] {
   [data-component="markdown"] {
     margin-top: 32px;
     margin-top: 32px;
   }
   }