49 fixed some spacings

This commit is contained in:
survellow
2024-04-02 16:24:14 +02:00
parent 0cfd050963
commit 29c0255be4

View File

@ -129,8 +129,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
/>
</template>
<template #body="slotProps">
<div class="flex flex-column sm:flex-row justify-content-between align-items-center flex-1 column-gap-4 mx-2 md:mx-4">
<p class="text-lg flex-1 align-self-stretch">{{ slotProps.data.room }}</p>
<div class="flex flex-column sm:flex-row justify-content-between flex-1 column-gap-4 mx-2 md:mx-4">
<p class="flex-1 align-self-stretch sm:align-self-center my-2">{{ slotProps.data.room }}</p>
<Button
:label="$t('freeRooms.viewOccupancy')"
icon="pi pi-hourglass"