Merge pull request #5447 from aignatov-bio/ai-sci-8497-fix-empty-spave-on-task-page

Fix task page background size [SCI-8497]
This commit is contained in:
aignatov-bio 2023-05-22 10:48:50 +02:00 committed by GitHub
commit d28dc059df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;