Skip to:
Content

bbPress.org

Opened 15 months ago

Last modified 3 months ago

#3532 new defect (bug)

https://bbpress.trac.wordpress.org/search?q=a page in Create a new ticket button design breaking issue.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General Keywords:
Cc:

Description

I have reviewed the https://bbpress.trac.wordpress.org/search?q=a page on a mobile device and found the create a new ticket button design breaking issue. Please check it below and the attached screenshot.

Screenshot: https://share.cleanshot.com/9xs6qPQdsRkjS01sGtZl

Attachments (3)

3532.diff (518 bytes) - added by viralsampat 15 months ago.
I have checked above mentioned issue and I have added my patch and resolved it.
CleanShot 2023-02-16 at 10.50.56@2x.png (145.0 KB) - added by viralsampat 15 months ago.
3532.1.patch (543 bytes) - added by nidhidhandhukiya 15 months ago.

Download all attachments as: .zip

Change History (4)

#1 @upadalavipul
15 months ago

Need to add the below CSS for the above issue.

CSS:

@media screen and (max-width: 560px){
	.create-new-ticket.button{
		padding: 10px 20px;
	}
	.create-new-ticket a{
		display: inline;
	}
}

@viralsampat
15 months ago

I have checked above mentioned issue and I have added my patch and resolved it.

Note: See TracTickets for help on using tickets.