[wp-trac] [WordPress Trac] #46901: 5.2 About Page

WordPress Trac noreply at wordpress.org
Mon Apr 29 15:35:07 UTC 2019


#46901: 5.2 About Page
---------------------------------------+-------------------------
 Reporter:  desrosj                    |       Owner:  karmatosed
     Type:  task (blessed)             |      Status:  assigned
 Priority:  normal                     |   Milestone:  5.2
Component:  Help/About                 |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:
---------------------------------------+-------------------------

Comment (by afercia):

 Thanks @ixkaito good catch! Looks like the bottom border glitch is a pre-
 existing issue, as it happens also on WordPress 5.1 and previous versions:
 it's a good improvement and I guess it can be included :)

 I've noticed one more thing: as a consequence of the changes to the line-
 height values to make them unit-less, see #45243, the tabs are now 1 px
 taller. The new value:

 {{{
         font-size: 14px;
 -       line-height: 24px;
 +       line-height: 1.8;
 }}}

 produces a computed value of `25.2` pixels. Not sure what the math behind
 `1.8` is. The new value should be `1.71428571`. /Cc @ianbelanger

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


More information about the wp-trac mailing list