Skip to content

Commit

Permalink
fix: consecutive and leading whitespace is not shown in console (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschaeuble authored Jun 3, 2024
1 parent 4cf1607 commit f96e006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/console/ConsoleTableEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f96e006

Please sign in to comment.