Make WordPress Core

Ticket #58443: 58443.1.patch

File 58443.1.patch, 1.0 KB (added by nidhidhandhukiya, 17 months ago)
  • wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    171171                        border: none;
    172172                        font-size: $font__size-sm;
    173173                        @include font-family( $font__heading );
    174                         line-height: $font__line-height-heading;
     174                        line-height: inherit;
    175175                        box-sizing: border-box;
    176176                        font-weight: bold;
    177177                        text-decoration: none;
  • wp-content/themes/twentynineteen/style-editor.scss

     
    381381.wp-block-button {
    382382
    383383        .wp-block-button__link {
    384                 line-height: 1.8;
     384                line-height: inherit;
    385385                @include font-family( $font__heading );
    386386                font-size: $font__size-sm;
    387387                font-weight: bold;