fix:#92 added margin at module table

This commit is contained in:
masterElmar
2023-12-05 12:19:08 +01:00
parent 3bc602f79f
commit 0423244279

View File

@@ -84,9 +84,7 @@ function nextStep() {
</template> </template>
<template #list="slotProps"> <template #list="slotProps">
<div class="col-12"> <div class="col-12">
<div <div class="flex flex-column sm:flex-row justify-content-between align-items-center flex-1 column-gap-4 mx-2">
class="flex flex-column sm:flex-row justify-content-between align-items-center flex-1 column-gap-4"
>
<p class="text-lg flex-1 align-self-stretch">{{ slotProps.data.name }}</p> <p class="text-lg flex-1 align-self-stretch">{{ slotProps.data.name }}</p>
<ToggleButton <ToggleButton
class="w-9rem align-self-end my-2" class="w-9rem align-self-end my-2"