fixed positioning of buttons
This commit is contained in:
parent
05b0155114
commit
c46cdebe0f
1 changed files with 18 additions and 18 deletions
|
@ -84,7 +84,7 @@
|
||||||
no-gutters
|
no-gutters
|
||||||
>
|
>
|
||||||
<v-col
|
<v-col
|
||||||
class="flex-grow-1 flex-shrink-0 overflow-x-auto border-e-md"
|
class="flex-grow-1 align-self-end overflow-x-auto border-e-md"
|
||||||
cols="10"
|
cols="10"
|
||||||
>
|
>
|
||||||
{{ props.notes }}
|
{{ props.notes }}
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
class="flex-grow-0 flex-shrink-1 overflow-x-auto"
|
class=""
|
||||||
cols="2"
|
cols="2"
|
||||||
align="end"
|
align="end"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue