Skip to content

Commit ef981d0

Browse files
committed
[logger] Preserve whitespace characters
1 parent 7053b78 commit ef981d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/logger-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ body[dir="rtl"] .netFilteringDialog > .panes > .details > div > span:nth-of-type
718718
flex-grow: 1;
719719
max-height: 10vh;
720720
overflow: hidden auto;
721-
white-space: pre-line
721+
white-space: pre-wrap;
722722
}
723723
.netFilteringDialog > .panes > .details > div > span:nth-of-type(2):not(.prose) {
724724
word-break: break-all;

0 commit comments

Comments
 (0)