#7864 - Merge master into test #630

Merged
jorgep merged 25 commits from master into test 2024-08-26 12:01:53 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 48277a5f20 - Show all commits

View File

@ -551,7 +551,10 @@ onMounted(async () => {
<QTd
v-for="(day, index) in props.cols"
:key="index"
style="padding: 20px 16px !important"
:style="{
padding: '20px 16px !important',
'vertical-align': 'baseline',
}"
>
<div class="full-width column items-center">
<WorkerTimeHourChip