A little CSS fix for the Menu page
-
I’m reporting a little CSS issue that can affect international users.
On the Menu Admin page (wp-admin/nav-menus.php), we have a text field that has no defined width (“Auto add pages”), so any translation string longer than this will cause overlap (and most languages will be longer, I’m afraid…).
The solution is to give something like “width:160px” to that “.menu-settings dt” element.
It’s neighbor, “.menu-settings dd”, has a “padding-left” of 170px – so at 160px we have a 10px gutter between them.
See the issue here:
https://sandbox.4o4.ch/img/mp6-css-issue.pngAnd the solution here:
https://sandbox.4o4.ch/img/mp6-css-issue-fixed.pngI hope this helps ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘A little CSS fix for the Menu page’ is closed to new replies.