[TELE-1363] improve meal calendar render

This commit is contained in:
Daniel Muyshond 2022-07-03 20:54:23 +02:00
parent 7481a1ee8e
commit 8831da2772
1 changed files with 5 additions and 0 deletions

View File

@ -73,3 +73,8 @@ button.form-discard {
text-decoration: underline !important;
}
}
/* hotfix meal calendar for PP */
tbody > tr > td.jour {
height: 100px; // cell will grow since height function like min-height in table cells
}