Fix task page background size [SCI-8497]

This commit is contained in:
Anton 2023-05-22 10:35:29 +02:00
parent c86ba663e1
commit d0c031e072

View file

@ -10,6 +10,7 @@
.content-pane.my-modules-protocols-index {
background-color: $color-alto;
padding: 0 1rem 1rem !important;
min-height: calc(100vh - var(--navbar-height));
.title-row {
margin-left: -1rem;