Skip to content

Commit 7702a16

Browse files
committed
Fix month/year table float for RTL layouts
1 parent fa3529e commit 7702a16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

less/datepicker.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
direction: ltr;
1919
&-rtl {
2020
direction: rtl;
21+
table tr td span {
22+
float: right;
23+
}
2124
}
2225
&-dropdown {
2326
top: 0;

0 commit comments

Comments
 (0)