Better alignment of sort buttons in collections and taxonomy lists.

This commit is contained in:
mateuswetah 2021-10-29 11:46:36 -03:00
parent 9b33aefabd
commit 1f86d8ba31
2 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@
<!-- Sorting options ---- -->
<b-field class="header-item">
<label class="label">{{ $i18n.get('label_sort') }}</label>
<label class="label">{{ $i18n.get('label_sort') }}&nbsp;</label>
<b-dropdown
:mobile-modal="true"
:disabled="collections.length <= 0 || isLoading"
@ -603,7 +603,7 @@ export default {
.label {
font-size: 0.875em;
font-weight: normal;
margin-top: 3px;
margin-top: 5px;
margin-bottom: 2px;
cursor: default;
}

View File

@ -20,7 +20,7 @@
<!-- Sorting options ---- -->
<b-field class="header-item">
<label class="label">{{ $i18n.get('label_sort') }}</label>
<label class="label">{{ $i18n.get('label_sort') }}&nbsp;</label>
<b-dropdown
:mobile-modal="true"
:disabled="taxonomies.length <= 0 || isLoading"
@ -410,7 +410,7 @@
.label {
font-size: 0.875em;
font-weight: normal;
margin-top: 3px;
margin-top: 5px;
margin-bottom: 2px;
cursor: default;
}