ru_RU: In back-compat styles for admin menu, inherit the width from the parent element, #adminmenuwrap
, to account for media queries.
See #20974. git-svn-id: https://develop.svn.wordpress.org/trunk@35712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c2f2ef1c9b
commit
f006da9bdb
@ -68,6 +68,9 @@ body.locale-he-il .press-this a.wp-switch-editor {
|
||||
}
|
||||
|
||||
/* ru_RU: Text needs more room to breathe. */
|
||||
.locale-ru-ru #adminmenu {
|
||||
width: inherit; /* back-compat for pre-3.2 */
|
||||
}
|
||||
.locale-ru-ru #adminmenu,
|
||||
.locale-ru-ru #wpbody {
|
||||
margin-left: 0; /* back-compat for pre-3.2 */
|
||||
|
Loading…
Reference in New Issue
Block a user