diff --git a/src/VueDatePicker/style/main.scss b/src/VueDatePicker/style/main.scss index ae3a4383..edecdbda 100644 --- a/src/VueDatePicker/style/main.scss +++ b/src/VueDatePicker/style/main.scss @@ -124,6 +124,9 @@ box-sizing: border-box; position: relative; width: 100%; +} + +.dp__main * { direction: ltr !important; }