remove padding left on dropdown sorting
This commit is contained in:
parent
99ccbd5e8d
commit
23a77de5d9
|
@ -10,7 +10,7 @@
|
|||
<div class="col col-sm mx-sm-auto">
|
||||
<div class="form-inline mt-4 tainacan-collection-list--simple-search justify-content-between">
|
||||
|
||||
<div class="dropdown">
|
||||
<div class="dropdown dropdown-sorting">
|
||||
<button class="btn bg-white dropdown-toggle text-black" type="button" id="dropdownMenuSorting" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<?php _e('Sorting', 'tainacan-theme'); ?>
|
||||
</button>
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
color: #298596;
|
||||
}
|
||||
}
|
||||
&.dropdown-sorting{
|
||||
button{
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
&.dropdown-viewMode {
|
||||
@media only screen and (max-width: 576px) {
|
||||
.show{
|
||||
|
|
Loading…
Reference in New Issue