Skip to:
Content

bbPress.org

Opened 6 weeks ago

Last modified 6 weeks ago

#3624 new enhancement

Misaligned 'Max Items Per Page' Input and 'Update Button' on Report Page.

Reported by: nareshbheda's profile nareshbheda Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Site - bbPress.org Keywords: needs-testing has-screenshots has-patch
Cc:

Description

The "Max Items Per Page" input field and the "Update" button on the Report Page are misaligned. The button does not properly align with the input field, affecting the UI layout.

Steps to Reproduce:

  1. Open the bbPress Report Pagehttps://bbpress.trac.wordpress.org/report/1.
  2. Locate the "Max Items Per Page" input field and the "Update" button.
  3. Observe that the button is not correctly positioned relative to the input field.

Thank you.

Attachments (1)

-1-All-Tickets-–-bbPress-Trac-01-29-2025_11_53_AM.png (88.2 KB) - added by nareshbheda 6 weeks ago.

Download all attachments as: .zip

Change History (2)

#1 @truptikanzariya
6 weeks ago

  • Keywords has-patch added; needs-patch removed

Hello,

Suggested Fix (CSS Update):

Updating the following CSS may help fix the alignment issue:

#content.report #prefs {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 10px;
}

Thank You...

Note: See TracTickets for help on using tickets.