web: fix button display

This commit is contained in:
Mika 2024-07-11 15:18:33 +02:00
parent 7ac6d2adde
commit 4b7479bec4

View file

@ -63,19 +63,15 @@
</v-expansion-panel-title> </v-expansion-panel-title>
<v-expansion-panel-text> <v-expansion-panel-text>
Notes: Notes:
<v-row class="flex-nowrap" no-gutters> <div class="flex-nowrap d-flex" no-gutters>
<v-col <div
class="flex-grow-1 flex-shrink-0 overflow-x-auto border-e-md" class="flex-grow-1 overflow-x-auto border-e-md align-self-end"
cols="10" cols="10"
> >
{{ props.notes }} {{ props.notes }}
</v-col> </div>
<v-col <div class="" cols="2" align="end">
class="flex-grow-0 flex-shrink-1 overflow-x-auto"
cols="2"
align="end"
>
<!-- --> <!-- -->
<!-- EDIT SECTION --> <!-- EDIT SECTION -->
<!-- --> <!-- -->
@ -88,8 +84,8 @@
<v-btn class="mr-3" flat size="small" color="red" variant="text"> <v-btn class="mr-3" flat size="small" color="red" variant="text">
<Trash /> <Trash />
</v-btn> </v-btn>
</v-col> </div>
</v-row> </div>
</v-expansion-panel-text> </v-expansion-panel-text>
</v-expansion-panel> </v-expansion-panel>
</v-expansion-panels> </v-expansion-panels>