Skip to content

Commit

Permalink
fix(ui): formatting in debug window (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 16, 2023
1 parent aafc260 commit cfd1dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
overflow-y: scroll;
border: 1px solid grey;
padding: 10px;
white-space: pre;
"
class="mono"
v-html="filteredLogs.join('')"
Expand Down

0 comments on commit cfd1dea

Please sign in to comment.