mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
fix:#92 added margin at module table
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user