Break lines in received text correctly (fix #229)
This commit is contained in:
parent
28f53068d7
commit
1aaa904035
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ x-dialog a {
|
||||||
-webkit-user-select: all;
|
-webkit-user-select: all;
|
||||||
-moz-user-select: all;
|
-moz-user-select: all;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#receiveTextDialog #text a {
|
#receiveTextDialog #text a {
|
||||||
|
|
Loading…
Reference in a new issue