Background
On menu child items, the padding around each button needs to be 12px top/bottom and 16px left/right
On the current Drupal Admin UI Tugboat site, it’s showing 10px top/bottom and 16px left and 12px right
Steps to Reproduce
Click on a menu item that has a child item item. Inspect padding on child item with dev tools
Acceptance Criteria
Padding has been updated on child items to be 12px top/bottom and 16px left/right
Links
Link to Figma Design: https://www.figma.com/file/VCPAxetieAC2pzw7hgX3ij/Drupal-Admin-UI---Design-System?type=design&node-id=667%3A18270&mode=dev
Screenshots
What it looks like in dev

What it looks like in the design

| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot from 2024-05-01 23-07-56.png | 364.63 KB | adwivedi008 |
| child-menu-items-design.png | 25.72 KB | jwitkowski79 | |
| child-menu-items-onDev.png | 71.36 KB | jwitkowski79 |
Issue fork drupal-3440223
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3440223-incorrect-padding-on
changes, plain diff MR !7857
Comments
Comment #2
bronzehedwickI think this issue has been fixed by #3440228. Is that right @jwitkowski79?
Comment #3
ckrinaI can confirm the new styles haven't been updated yet, so leaving this as active.
Comment #4
bronzehedwickComment #6
bronzehedwickComment #7
adwivedi008 commentedVerified the changes mentioned on MR-7857
The padding is 12px 16px over the menu items child
Attaching a screenshot as a reference
Moving the issue to RTBC
RTBC++
Comment #8
nod_can I get a rebase/merge of 11.x here please? I know the merge request works but it doesn't apply cleanly as a patch.
Comment #15
nod_Committed 91b4cf2 and pushed to 11.x. Thanks!