Skip to content

Commit 98583a6

Browse files
JacquesPerraultscottgonzalez
authored andcommitted
Datepicker: Show year/month on the same line
Fixes #7953 Closes jquerygh-1277
1 parent 3ca32b2 commit 98583a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
.ui-datepicker select.ui-datepicker-month,
6262
.ui-datepicker select.ui-datepicker-year {
63-
width: 49%;
63+
width: 45%;
6464
}
6565
.ui-datepicker table {
6666
width: 100%;

0 commit comments

Comments
 (0)