updated model view

This commit is contained in:
BurnLP2013 2024-07-11 10:59:22 +02:00
parent ef8b1471e8
commit 265889c633

View file

@ -78,7 +78,28 @@
</div>
</v-expansion-panel-title>
<v-expansion-panel-text>
Notes: {{ props.notes }}
<v-row
class="flex-nowrap bg-surface-variant"
no-gutters
>
<v-col
class="flex-grow-0 flex-shrink-0"
cols="7"
>
Notes: {{ props.notes }}
</v-col>
<v-col
class="flex-grow-0 flex-shrink-1"
cols="5"
>
I'm 5 column wide and I shrink if there's not enough space
</v-col>
</v-row>
</v-expansion-panel-text>
</v-expansion-panel>
</v-expansion-panels>