Pārlūkot izejas kodu

fix new line issue

Carsten Porth 5 gadi atpakaļ
vecāks
revīzija
37109b8785
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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;
+  }
 }