3
0

Add gutters to page edit form

This commit is contained in:
Jože Fortun
2023-12-14 12:29:29 +01:00
parent 4520742ad8
commit 7e0129cfcd
2 changed files with 2 additions and 4 deletions
@@ -169,7 +169,6 @@
<b-col
cols="12"
md="6"
xl="4"
>
<b-form-group
:label="$t('newLabel')"
@@ -188,7 +187,6 @@
<b-col
cols="12"
md="6"
xl="4"
>
<b-form-group
:label="$t('general.label.handle')"
@@ -104,7 +104,7 @@
no-body
class="shadow-sm"
>
<b-form-row
<b-row
v-if="page"
class="px-4 py-3"
>
@@ -379,7 +379,7 @@
</b-form-group>
</div>
</b-col>
</b-form-row>
</b-row>
</b-card>
</b-container>