Skip to:
Content

bbPress.org

Opened 6 months ago

Last modified 13 days 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: bbPress.org 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 months ago.

Download all attachments as: .zip

Change History (3)

#1 @truptikanzariya
6 months 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...

#2 @johnjamesjacoby
13 days ago

  • Milestone changed from Awaiting Review to bbPress.org

Move site feedback tickets out of Awaiting Review

Note: See TracTickets for help on using tickets.