Fix the Margins in the Tag metabox for RTL. Props yoavf. Fixes #17799
git-svn-id: http://svn.automattic.com/wordpress/trunk@18308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9903d372b6
commit
aee92ce43b
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue