Better alignment of sort buttons in collections and taxonomy lists.
This commit is contained in:
parent
9b33aefabd
commit
1f86d8ba31
|
@ -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') }} </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;
|
||||
}
|
||||
|
|
|
@ -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') }} </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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue