Update chart interval select alignment

This commit is contained in:
David Levin 2018-09-26 15:15:16 -07:00
parent 468bde5147
commit aeac3a2e30
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;