fix: consecutive and leading whitespace is not shown in console (#1896)
This commit is contained in:
parent
4cf160735b
commit
f96e006080
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user