Fixed: Order Status filter: <select> is not vertically aligned when Gutenberg is installed

This commit is contained in:
dinhtungdu 2019-04-03 23:11:12 +07:00 committed by Albert Juhé Lluveras
parent 3fc8a7bfab
commit 7916ec6ca2
1 changed files with 6 additions and 0 deletions

View File

@ -117,3 +117,9 @@
}
}
}
.woocommerce-filters-advanced__list-item {
.components-base-control + .components-base-control {
margin-bottom: 0;
}
}