0
0
Fork 0

fix: remove full-height class

This commit is contained in:
Javier Segarra 2024-08-20 08:02:06 +00:00
parent 5206f56cec
commit 6e814ed4a8
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ onMounted(async () => {
:key="index"
style="padding: 20px 16px !important"
>
<div class="full-height full-width column items-center">
<div class="full-width column items-center">
<WorkerTimeHourChip
v-for="(hour, ind) in day.dayData?.hours"
:key="ind"