Skip to content

Commit

Permalink
Merge pull request #2089 from solliancenet/jdh-content-artifacts
Browse files Browse the repository at this point in the history
Constrain content artifact dialog width
  • Loading branch information
ciprianjichici authored Dec 16, 2024
2 parents df0afd8 + 556c6c3 commit 3c26346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/UserPortal/components/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@
v-model:visible="selectedContentArtifact"
:header="selectedContentArtifact?.title"
modal
style="max-width: 85%;"
>
<p tabindex="0">
<p tabindex="0" style="overflow-x: auto;">
<pre>{{ JSON.stringify(selectedContentArtifact, null, 2) }}</pre>
</p>

Expand Down

0 comments on commit 3c26346

Please sign in to comment.