Changeset 49149
- Timestamp:
- 10/14/2020 07:51:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r47771 r49149 347 347 348 348 #adminmenu div.wp-menu-name { 349 padding: 8px 0; 349 padding: 8px 8px 8px 36px; 350 overflow-wrap: break-word; 351 word-wrap: break-word; 352 -ms-word-break: break-all; 353 word-break: break-word; 354 -ms-hyphens: auto; 355 -webkit-hyphens: auto; 356 hyphens: auto; 350 357 } 351 358 … … 683 690 684 691 .auto-fold #adminmenu a.menu-top { 685 height: 34px;692 min-height: 34px; 686 693 } 687 694 … … 784 791 .auto-fold #adminmenu .wp-menu-name { 785 792 position: static; 786 margin-left: 35px;787 793 } 788 794
Note: See TracChangeset
for help on using the changeset viewer.