Skip to content

Commit abf8330

Browse files
committed
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
1 parent ed78020 commit abf8330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.datepicker.css

+1-1
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)