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:
Martin Artnik 2023-10-05 09:06:12 +02:00 committed by GitHub
commit 1c84a97bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>