RTL: Fix taxonomy quick edit list alignment.
props SergeyBiryukov. fixes #27629. git-svn-id: https://develop.svn.wordpress.org/trunk@27956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c28ef2b7c
commit
84c4332b3e
@ -948,6 +948,7 @@ ul.cat-checklist {
|
||||
.inline-edit-row fieldset ul.cat-checklist li,
|
||||
.inline-edit-row fieldset ul.cat-checklist input {
|
||||
margin: 0;
|
||||
position: relative; /* RTL fix, #WP27629 */
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset ul.cat-checklist label,
|
||||
|
Loading…
Reference in New Issue
Block a user