bugfix: fix responsive view on mobile devices of presets editing dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
21056ff01a
commit
68a957b43b
@ -62,7 +62,7 @@
|
|||||||
>
|
>
|
||||||
<template v-if="dialog.bool">
|
<template v-if="dialog.bool">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col class="col-6">
|
<v-col class="col-12 col-sm-6">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col class="col-12">
|
<v-col class="col-12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
@ -103,7 +103,7 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col class="col-6">
|
<v-col class="col-12 col-sm-6">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
outlined
|
outlined
|
||||||
name="input-7-4"
|
name="input-7-4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user