浏览代码

Line break in qouted tweets

Carsten Porth 6 年之前
父节点
当前提交
4a237c179b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/src/components/quoted-status/quoted-status.scss

+ 3 - 0
app/src/components/quoted-status/quoted-status.scss

@@ -5,6 +5,9 @@ quoted-status {
     padding: 5px;
     margin: 5px 0;
   }
+  p {
+    white-space: pre-wrap;
+  }
   .header {
     display: flex;
     align-items: center;