Fix task activities page layout [SCI-11734]

This commit is contained in:
Anton 2025-05-05 12:58:51 +02:00
parent 262f8dbbc3
commit 250915d00b

View file

@ -10,7 +10,7 @@
padding: 0 15px;
&.task-activities {
height: calc(100vh - var(--navbar-height) - var(--title-row-height) - 4rem);
height: calc(100vh - var(--navbar-height) - var(--title-row-height) - 6rem);
padding-top: 20px;
}