Opened 11 years ago
Closed 11 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Menus | Version: | 4.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Removing hardcoded height from
.description-thin, allowing it to grow as much as necessary.