浏览代码

Break lines in received text correctly (fix #229)

RobinLinus 4 年之前
父节点
当前提交
1aaa904035
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/styles.css

+ 1 - 1
client/styles.css

@@ -382,7 +382,7 @@ x-dialog a {
     -webkit-user-select: all;
     -webkit-user-select: all;
     -moz-user-select: all;
     -moz-user-select: all;
     user-select: all;
     user-select: all;
-    white-space: pre;
+    white-space: pre-wrap;
 }
 }
 
 
 #receiveTextDialog #text a {
 #receiveTextDialog #text a {