mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.
This commit is contained in:
parent
a5469750ae
commit
cb42ee7ccd
1
themes/base/jquery.ui.core.css
vendored
1
themes/base/jquery.ui.core.css
vendored
@ -38,6 +38,7 @@
|
||||
.ui-helper-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.ui-helper-clearfix:after {
|
||||
clear: both;
|
||||
|
Loading…
Reference in New Issue
Block a user