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