Skip to content

Commit

Permalink
fix: Set direction ltr on wrapper div and nested elements (fixes #931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed Jul 7, 2024
1 parent 76ec2d8 commit 26a8dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VueDatePicker/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
box-sizing: border-box;
position: relative;
width: 100%;
}

.dp__main * {
direction: ltr !important;
}

Expand Down

0 comments on commit 26a8dfe

Please sign in to comment.