1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 15:10:10 -07:00

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 {