Skip to content

Commit f27a537

Browse files
kborchersscottgonzalez
authored andcommitted
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size coming from ui-widget which caused the height to be too tall in IE
(cherry picked from commit abf8330)
1 parent 4878ed8 commit f27a537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
4040
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
4141
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
42-
.ui-datepicker-row-break { clear:both; width:100%; }
42+
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
4343

4444
/* RTL support */
4545
.ui-datepicker-rtl { direction: rtl; }

0 commit comments

Comments
 (0)