Skip to content

Commit

Permalink
fix(modal): slider variant position justify-content to flex-end (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh-Manogar-E3433 authored Jan 12, 2022
1 parent cb7131d commit a7aff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crayons-core/src/components/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.modal-overlay.slider {
justify-content: right;
justify-content: flex-end;

.modal {
height: 100vh;
Expand Down

0 comments on commit a7aff28

Please sign in to comment.