Fix layout on task activties page [SCI-9261]

This commit is contained in:
Anton 2023-09-13 14:08:39 +02:00
parent ef3c916c00
commit d34608d22c
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' %>