Explorar el Código

Break lines in received text correctly (fix #229)

RobinLinus hace 4 años
padre
commit
1aaa904035
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {