Merge pull request woocommerce/woocommerce-admin#487 from woocommerce/update/chart-inerval-select-alignment
Update chart interval select alignment
This commit is contained in:
commit
83d871cf6f
|
@ -202,7 +202,12 @@
|
|||
justify-content: center;
|
||||
margin: 0 0 0 auto;
|
||||
min-height: 50px;
|
||||
padding: 8px $gap 0 $gap;
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
padding: 0 $gap;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.rtl & {
|
||||
margin: 0 auto 0 0;
|
||||
|
|
Loading…
Reference in New Issue