Skip to content

Commit 6c019b1

Browse files
committed
style: set thread to 3 lines instead of 2
1 parent f785f62 commit 6c019b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app/components/MessageThread.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function onInstallApp() {
9898
<v-list
9999
v-if="!threadsStore.loadingThreads && threadsStore.threads.length > 0"
100100
class="py-0"
101-
lines="two"
101+
lines="three"
102102
>
103103
<v-list-item
104104
v-for="thread in threadsStore.threads"

0 commit comments

Comments
 (0)