Skip to content

Commit cb42ee7

Browse files
committed
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.
1 parent a546975 commit cb42ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
.ui-helper-clearfix:after {
3939
content: "";
4040
display: table;
41+
border-collapse: collapse;
4142
}
4243
.ui-helper-clearfix:after {
4344
clear: both;

0 commit comments

Comments
 (0)