mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
Adding "text-wrap" class to annotations.
This commit is contained in:
parent
4b51f5b439
commit
aa4fd964e0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue