Merge pull request woocommerce/woocommerce-admin#487 from woocommerce/update/chart-inerval-select-alignment

Update chart interval select alignment
This commit is contained in:
David Levin 2018-09-27 09:07:49 -07:00 committed by GitHub
commit 83d871cf6f
1 changed files with 6 additions and 1 deletions

View File

@ -202,7 +202,12 @@
justify-content: center;
margin: 0 0 0 auto;
min-height: 50px;
padding: 0 $gap;
padding: 8px $gap 0 $gap;
@include breakpoint( '<782px' ) {
padding: 0 $gap;
margin-top: -8px;
}
.rtl & {
margin: 0 auto 0 0;