Skip to content

Commit

Permalink
Do not collapse whitespace in Debug string messages
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Apr 6, 2020
1 parent 2f869a5 commit 572c036
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 572c036

Please sign in to comment.