Skip to content

Commit

Permalink
Set x overflow to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Dec 16, 2024
1 parent c9ed0cf commit 556c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserPortal/components/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
modal
style="max-width: 85%;"
>
<p tabindex="0" style="overflow-x: scroll;">
<p tabindex="0" style="overflow-x: auto;">
<pre>{{ JSON.stringify(selectedContentArtifact, null, 2) }}</pre>
</p>

Expand Down

0 comments on commit 556c6c3

Please sign in to comment.