[wp-trac] [WordPress Trac] #52554: Twenty Twenty incorrectly formats check boxes...

WordPress Trac noreply at wordpress.org
Wed Feb 17 17:50:43 UTC 2021


#52554: Twenty Twenty incorrectly formats check boxes...
------------------------------+------------------------------
 Reporter:  hometowntrailers  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Bundled Theme     |     Version:
 Severity:  normal            |  Resolution:
 Keywords:                    |     Focuses:
------------------------------+------------------------------

Comment (by hometowntrailers):

 Replying to [comment:2 sabernhardt]:
 > @hometowntrailers Thanks for the report!
 >
 > The styles also set the `width` to 1.5rem, but that is crossed out in
 the inspector. Could you scroll down to see what might override that
 width?

 That's overridden by my custom CSS:

 {{{
 /* fix Twenty Twenty bug */
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
     padding: 0;
     width: 10px !important;
 }
 }}}

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


More information about the wp-trac mailing list