Merge pull request #6210 from aignatov-bio/ai-sci-9261-fix-activties-header-background

Fix layout on task activities page [SCI-9261]
This commit is contained in:
aignatov-bio 2023-09-13 14:35:44 +02:00 committed by GitHub
commit 4aaf3818d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -11,7 +11,7 @@
%>
<% end %>
<% provide(:container_class, 'no-second-nav-container') %>
<div class="content-pane flexible">
<div class="content-pane flexible with-grey-background">
<%= render partial: 'my_modules/header' %>
<!-- Header Actions -->
<%= render partial: 'my_modules/header_actions' %>