Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.

This commit is contained in:
Scott González 2013-02-13 09:06:02 -05:00
parent a5469750ae
commit cb42ee7ccd

View File

@ -38,6 +38,7 @@
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;