mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-17 14:32:34 +08:00
Merge pull request #6360 from G-Chubinidze/gc_SCI_9405
Projects table header covered by top toolbar on some breakpoint [SCI-9405]
This commit is contained in:
commit
1c84a97bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@
|
|||
<span class="projects-title name-readonly-placeholder"><%= current_folder&.name || t('projects.index.head_title_archived') %></span>
|
||||
</h1>
|
||||
</div>
|
||||
<div id="toolbarWrapper" class="toolbar-row" data-width-breakpoint="700">
|
||||
<div id="toolbarWrapper" class="toolbar-row" data-width-breakpoint="750">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue