HOTFIX remove full-height class #631

Merged
jsegarra merged 3 commits from hotfix_workerTimeControl_style into master 2024-08-20 09:42:38 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e814ed4a8 - Show all commits

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"