web: fix button display
This commit is contained in:
parent
7ac6d2adde
commit
4b7479bec4
1 changed files with 7 additions and 11 deletions
|
@ -63,19 +63,15 @@
|
|||
</v-expansion-panel-title>
|
||||
<v-expansion-panel-text>
|
||||
Notes:
|
||||
<v-row class="flex-nowrap" no-gutters>
|
||||
<v-col
|
||||
class="flex-grow-1 flex-shrink-0 overflow-x-auto border-e-md"
|
||||
<div class="flex-nowrap d-flex" no-gutters>
|
||||
<div
|
||||
class="flex-grow-1 overflow-x-auto border-e-md align-self-end"
|
||||
cols="10"
|
||||
>
|
||||
{{ props.notes }}
|
||||
</v-col>
|
||||
</div>
|
||||
|
||||
<v-col
|
||||
class="flex-grow-0 flex-shrink-1 overflow-x-auto"
|
||||
cols="2"
|
||||
align="end"
|
||||
>
|
||||
<div class="" cols="2" align="end">
|
||||
<!-- -->
|
||||
<!-- EDIT SECTION -->
|
||||
<!-- -->
|
||||
|
@ -88,8 +84,8 @@
|
|||
<v-btn class="mr-3" flat size="small" color="red" variant="text">
|
||||
<Trash />
|
||||
</v-btn>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</div>
|
||||
</div>
|
||||
</v-expansion-panel-text>
|
||||
</v-expansion-panel>
|
||||
</v-expansion-panels>
|
||||
|
|
Loading…
Reference in a new issue