1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

DevTools - display newlines in some console messages

Issue #614
This commit is contained in:
janekptacijarabaci
2018-07-09 18:20:19 +02:00
committed by Roy Tam
parent 012dcf0c68
commit b2aa38c719
+1 -1
View File
@@ -148,7 +148,7 @@ a {
display: flex;
}
.message-body > * {
.message-body {
white-space: pre-wrap;
word-wrap: break-word;
}