Adding "text-wrap" class to annotations.

This commit is contained in:
Paraidomat 2022-10-12 10:31:54 +02:00 committed by GitHub
parent 4b51f5b439
commit aa4fd964e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@
</v-list-item>
<v-list-item v-for="a in formData.annotations" :key="a.entry">
<v-list-item-content>
<v-list-item-title v-text="a.description"></v-list-item-title>
<v-list-item-title v-text="a.description" class="text-wrap"></v-list-item-title>
<v-list-item-subtitle v-text="a.entry"></v-list-item-subtitle>
</v-list-item-content>
</v-list-item>