Opened 6 weeks ago
#3665 new defect (bug)
"Max items per page" control misaligned and overflowing container in Active Tickets report
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Cc: |
Description
On the bbPress Trac report page for Active Tickets, the "Max items per page" control (input field and Update button) appears visually misaligned and overflows its container.
Specifically:
- The control is pushed to the far right, overlapping outside the intended layout boundary.
- It breaks the visual alignment with the search/filter bar above.
- The spacing between the button and the input field is inconsistent.
- The UI does not appear responsive or properly contained within the parent wrapper.
This results in a degraded user experience, especially on narrower screens or when zoomed.
Steps to Reproduce
- Visit: https://bbpress.trac.wordpress.org/report/1
- Observe the top-right section of the report page.
- Locate the "Update" button and "Max items per page" input field.
Expected Behavior
- The control should be properly aligned within the container.
- It should match the layout of other filter/search elements.
- Proper spacing and responsiveness should be maintained.
Actual Behavior
- The control is misaligned and partially outside the container.
- Layout appears visually inconsistent.
Note: See
TracTickets for help on using
tickets.