فهرست منبع

fix new line issue

Carsten Porth 6 سال پیش
والد
کامیت
37109b8785
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      app/src/components/tweet-body/tweet-body.scss

+ 3 - 0
app/src/components/tweet-body/tweet-body.scss

@@ -5,4 +5,7 @@ tweet-body {
     border-radius: 3px;
     border: 1px solid #dfdfdf;
   }
+  p {
+    white-space: pre-wrap;
+  }
 }