Making WordPress.org

Opened 8 months ago

Last modified 8 months ago

#6739 new defect (bug)

Yes text radio button design is breaking on mobile devices issue for the https://learn.wordpress.org/online-workshops/ page.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: normal
Component: General Keywords:
Cc:

Description

I have reviewed the above page on my mobile devices and found this radio button design breaking issue. please check the below-attached screenshot for a better understanding.

Screenshot: https://share.cleanshot.com/218KkH306ryfY3Tj6Prd

Attachments (1)

6739.patch (303.2 KB) - added by upadalavipul 8 months ago.

Download all attachments as: .zip

Change History (2)

@upadalavipul
8 months ago

#1 @upadalavipul
8 months ago

Added below CSS for above issue solutions:

@media screen and (max-width:768px){
	input[type=radio]:checked:before {
		width: 6px;
		height: 6px;
		margin: 4px;
	}
}
Note: See TracTickets for help on using tickets.