1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Do not collapse whitespace in Debug string messages

This commit is contained in:
Nick O'Leary 2020-04-06 15:40:06 +01:00
parent 2f869a55e2
commit 572c03631d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -217,6 +217,10 @@
.red-ui-debug-msg-type-number { color: $debug-message-text-color-msg-type-number; };
.red-ui-debug-msg-type-number-toggle { cursor: pointer;}
.red-ui-debug-msg-type-string {
white-space: pre-wrap;
}
.red-ui-debug-msg-row {
display: block;
padding: 4px 2px 2px;