After [36171] remove all the occurrences of the old CSS clearfix.
The old clearfix was applied to very specific items and defined multiple times across CSS files. Uses the new generic `.wp-clearfix` utility class instead. See #26396. Built from https://develop.svn.wordpress.org/trunk@36422 git-svn-id: http://core.svn.wordpress.org/trunk@36389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -974,14 +974,6 @@ tr.inline-edit-row td,
|
||||
line-height: 2.5;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset .inline-edit-group:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.inline-edit-row p.submit {
|
||||
clear: both;
|
||||
padding: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user