Projects table header covered by top toolbar on some breakpoint [SCI-9405]

This commit is contained in:
Giga Chubinidze 2023-10-05 02:44:30 +04:00
parent 847eddc97e
commit 3dbdbf02f8

View file

@ -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>