Fix styling of search control in report table header and filters. (https://github.com/woocommerce/woocommerce-admin/pull/3603)

This commit is contained in:
Jeff Stieler 2020-01-22 08:33:44 -07:00 committed by GitHub
parent 95a40969ef
commit 5c37dd0374
2 changed files with 11 additions and 1 deletions

View File

@ -66,7 +66,7 @@
&.has-search:not(.has-compare) {
.woocommerce-card__action {
grid-template-columns: auto;
grid-template-columns: 1fr auto;
.woocommerce-search {
align-self: center;
@ -99,6 +99,10 @@
.woocommerce-search {
margin: 0 $gap;
.woocommerce-select-control__control {
height: 38px;
}
}
.woocommerce-compare-button {

View File

@ -156,6 +156,12 @@
.woocommerce-filters-advanced__input {
width: 100%;
&.woocommerce-search.woocommerce-select-control {
.woocommerce-select-control__control {
height: 38px;
}
}
}
.woocommerce-filters-advanced__add-filter-dropdown {