Skip to content

Commit

Permalink
fix: add breaking for annotation items
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Feb 6, 2025
1 parent 3a21d66 commit 1939fdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/annotations/AnnotationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
v-if="!isText(annotation)"
:name="getIconName(annotation.body['x-content-type'])"
/>
<span v-html="annotation.body.value" />
<span
class="t-break-all"
v-html="annotation.body.value"
/>
</div>
</div>
</div>
Expand Down

0 comments on commit 1939fdc

Please sign in to comment.