mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-15 01:24:53 +08:00
Fix task activities page layout [SCI-11734]
This commit is contained in:
parent
262f8dbbc3
commit
250915d00b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue