Explorar o código

Break lines in received text correctly (fix #229)

RobinLinus %!s(int64=4) %!d(string=hai) anos
pai
achega
1aaa904035
Modificáronse 1 ficheiros con 1 adicións e 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 {