mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Use word-wrap:break-word in the nav menus. props ocean90, fixes #13574.
git-svn-id: https://develop.svn.wordpress.org/trunk@14990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -299,6 +299,7 @@ body {
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-khtml-border-radius: 6px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.menu-item-edit-active .menu-item-handle {
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user