Administration: Adjust submenu padding in admin menu.

This changeset adjusts the padding for submenu link groups in the admin menu, ensuring consistent top and bottom padding.

Follow-up to [26072].

Props trushaamin, modi2918, hellofromTonya, peterwilsoncc, sabernhardt, im3dabasia1, audrasjb, karmatosed, dhrumilk.
Fixes #61689.



git-svn-id: https://develop.svn.wordpress.org/trunk@59875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2025-02-26 21:45:24 +00:00
parent 8b5816b914
commit cf5898957e

View File

@ -127,7 +127,7 @@
left: 160px;
overflow: visible;
word-wrap: break-word;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
background-color: #2c3338;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
@ -571,7 +571,7 @@ li#wp-admin-bar-menu-toggle {
position: absolute;
top: -1000em;
margin-right: -1px;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
}