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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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