Push menu settings checkboxes down to a new line to avoid weird overlaps in some languages.
props SergeyBiryukov. see #24546. git-svn-id: https://develop.svn.wordpress.org/trunk@24566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e87e8f608a
commit
664664d2a1
|
@ -7439,14 +7439,6 @@ body.interim-login {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 170px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-settings dt {
|
|
||||||
clear: both;
|
|
||||||
left: 0;
|
|
||||||
padding: 3px 0 0;
|
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-edit .checkbox-input {
|
.menu-edit .checkbox-input {
|
||||||
|
|
Loading…
Reference in New Issue