Skip to content

Commit

Permalink
fix(daterangepicker): update swap button alignment to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Apr 15, 2022
1 parent 4a11b18 commit 62d9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/daterangepicker/_layout.scss
Expand Up @@ -5,7 +5,7 @@
width: $kendo-input-default-width;
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
align-items: flex-end;
gap: map-get( $spacing, 2 );

*,
Expand Down

0 comments on commit 62d9043

Please sign in to comment.