Opened 10 years ago
Closed 10 years ago
#31426 closed defect (bug) (fixed)
Admin nav menu "Open link in a new window/tab" lacks spacing on top
Reported by: | tyxla | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Menus | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
In admin nav menus, the expanded item "Open link in a new window/tab" field lacks spacing on top, which causes it to be positioned too close to the top fields.
After further investigation, I discovered that this comes from incorrect height
that is set to .description-thin
. If this height is removed, the .description-thin
will grow to as much height as necessary, which fixes the issue.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
Removing hardcoded height from
.description-thin
, allowing it to grow as much as necessary.