remove padding left on dropdown sorting

This commit is contained in:
Fabiano 2018-07-09 16:52:43 -03:00
parent 99ccbd5e8d
commit 23a77de5d9
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -9,6 +9,11 @@
color: #298596;
}
}
&.dropdown-sorting{
button{
padding-left: 0;
}
}
&.dropdown-viewMode {
@media only screen and (max-width: 576px) {
.show{