Skip to content

Commit

Permalink
fix(ui): better app logs spacing (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Nov 19, 2024
1 parent 7048d05 commit 4b84b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
{{ message.title }}
</p>
<p
style="margin-bottom: 0; white-space: pre-line"
style="margin-bottom: 0; white-space: pre-wrap"
v-text="
typeof message === 'object' ? message.text : message
"
Expand Down

0 comments on commit 4b84b21

Please sign in to comment.