mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix the Margins in the Tag metabox for RTL. Props yoavf. Fixes #17799
git-svn-id: https://develop.svn.wordpress.org/trunk@18308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1241,6 +1241,11 @@ h2 .nav-tab {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.tagchecklist {
|
||||
margin-left: 0;
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.tagchecklist strong {
|
||||
margin-left: 0;
|
||||
margin-right: -8px;
|
||||
|
||||
Reference in New Issue
Block a user