mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +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;
|
padding: 0 15px;
|
||||||
|
|
||||||
&.task-activities {
|
&.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;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
%>
|
%>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% provide(:container_class, 'no-second-nav-container') %>
|
<% 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' %>
|
<%= render partial: 'my_modules/header' %>
|
||||||
<!-- Header Actions -->
|
<!-- Header Actions -->
|
||||||
<%= render partial: 'my_modules/header_actions' %>
|
<%= render partial: 'my_modules/header_actions' %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue