mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
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:
commit
4aaf3818d5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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' %>
|
||||
|
|
Loading…
Reference in a new issue