Break lines in received text correctly (fix #229)

This commit is contained in:
RobinLinus 2020-12-29 20:55:38 +01:00
parent 28f53068d7
commit 1aaa904035

View file

@ -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 {