[wp-trac] [WordPress Trac] #48815: Select comment checkbox is partially hidden on pending comments in mobile

WordPress Trac noreply at wordpress.org
Thu Nov 28 21:18:24 UTC 2019


#48815: Select comment checkbox is partially hidden on pending comments in mobile
--------------------------+------------------------------
 Reporter:  jeremyfelt    |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Comments      |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:  ui, css
--------------------------+------------------------------

Comment (by marcelo2605):

 How about decrease a little the checkbox size?


 {{{
 @media screen and (max-width: 782px) {
     input[type=checkbox], input[type=radio] {
         height: 1.4rem;
         width: 1.4rem;
     }
 }
 }}}

 [[Image(https://core.trac.wordpress.org/attachment/ticket/48815/comments-
 mobile-fixed.png)]]

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48815#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list