fix: consecutive and leading whitespace is not shown in console (#1896)

This commit is contained in:
Rolf Schäuble
2024-06-03 20:45:51 +02:00
committed by GitHub
parent 4cf160735b
commit f96e006080

View File

@@ -53,6 +53,7 @@ export default class ConsoleTableEntry extends Mixins(BaseMixin) {
.consoleTableRow { .consoleTableRow {
font-family: 'Roboto Mono', monospace; font-family: 'Roboto Mono', monospace;
font-size: 0.95em; font-size: 0.95em;
white-space: pre-wrap;
&.default { &.default {
.col { .col {