diff --git a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/drawer/AddSectionDrawer.vue b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/drawer/AddSectionDrawer.vue index 0656d19bd..aa55af79d 100644 --- a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/drawer/AddSectionDrawer.vue +++ b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/drawer/AddSectionDrawer.vue @@ -25,6 +25,7 @@ id="addSectionDrawer" v-model="drawer" :loading="loading" + allow-expand right disable-pull-to-refresh> @@ -59,7 +60,7 @@ :key="t.id" :section-template="t" :selected="t.id === selectedSectionTemplate?.id" - class="col-6 ps-0 pe-4" + class="col-auto ps-0 pe-4" @select="selectedSectionTemplate = t" /> @@ -73,7 +74,7 @@ :key="t.id" :section-template="t" :selected="t.id === selectedSectionTemplate?.id" - class="col-6 ps-0 pe-4" + class="col-auto ps-0 pe-4" @select="selectedSectionTemplate = t" /> diff --git a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/form/SectionTemplate.vue b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/form/SectionTemplate.vue index bac3a2da2..81a0279b1 100644 --- a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/form/SectionTemplate.vue +++ b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/form/SectionTemplate.vue @@ -29,6 +29,8 @@ 'border-color': !selected, }" class="d-flex flex-column pa-2 hover-elevation overflow-hidden position-relative" + min-width="170" + max-width="170" min-height="150" max-height="150" flat