[wp-meta] [Making WordPress.org] #6802: https://learn.wordpress.org/online-workshops/ page check box design break on mobile devices.

Making WordPress.org noreply at wordpress.org
Fri Feb 24 06:36:03 UTC 2023


#6802: https://learn.wordpress.org/online-workshops/ page check box design break
on mobile devices.
--------------------------+---------------------
 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:

 CSS:


 {{{
 @media screen and (max-width:768px){
     input[type=checkbox]:checked:before {
         font: 400 22px/1 dashicons;
     }
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6802#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list