Sfoglia il codice sorgente

Break lines in received text correctly (fix #229)

RobinLinus 4 anni fa
parent
commit
1aaa904035
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      client/styles.css

+ 1 - 1
client/styles.css

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