Repository toolbar CSS fixes [SCI-6676] (#3984)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2022-04-04 12:02:59 +02:00 committed by GitHub
parent bb44152d54
commit 2a2a5b2725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -74,6 +74,11 @@
@media (max-width: 1299px) {
.repository-toolbar {
.btn {
padding: 7px;
width: 36px;
}
.button-text {
display: none;
}

View file

@ -26,7 +26,7 @@
</button>
<button type="button" id="toolbarPrintLabel"
title="<%= t('repositories.show.button_tooltip.print_label') %>"
class="btn btn-light print-label-button"
class="btn btn-light print-label-button auto-shrink-button"
data-dismiss="modal" data-url="<%= print_modal_repository_repository_rows_path(@repository) %>"
data-rows="[]" style="display: none">
<span class="fas fa-print"></span>