[wp-meta] [Making WordPress.org] #6739: Yes text radio button design is breaking on mobile devices issue for the https://learn.wordpress.org/online-workshops/ page.
Making WordPress.org
noreply at wordpress.org
Tue Feb 7 13:21:04 UTC 2023
#6739: Yes text radio button design is breaking on mobile devices issue for the
https://learn.wordpress.org/online-workshops/ page.
--------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: |
--------------------------+---------------------
Comment (by upadalavipul):
Added below CSS for above issue solutions:
{{{
@media screen and (max-width:768px){
input[type=radio]:checked:before {
width: 6px;
height: 6px;
margin: 4px;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6739#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list