Skip to content

Missing padding for nested menu items in the admin menu #45492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hytsch opened this issue May 17, 2025 · 0 comments
Open

Missing padding for nested menu items in the admin menu #45492

hytsch opened this issue May 17, 2025 · 0 comments

Comments

@hytsch
Copy link

hytsch commented May 17, 2025

Steps to reproduce the problem

Create multiple items (a, b, e.g., item list items) in an admin menu.
Create a menu heading item and subordinate the item items to this item heading (situation 1):

  • item heading
    -- item a
    -- item b
    Create another sub-item Item Heading below the item heading and place the items (a, b) under it (situation 2).
  • item heading
    -- item (sub)heading)
    --- item a
    --- item b

Expected result

Items a and b are displayed indented (padding left), exactly the same as in the situation 1.

Actual result

Items a and b have no padding left and are displayed on the far left.

System information (as much as possible)

j5.2.6, php 8.3

Additional comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants