Ticket #58443: 58443.1.patch
File 58443.1.patch, 1.0 KB (added by , 17 months ago) |
---|
-
wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
171 171 border: none; 172 172 font-size: $font__size-sm; 173 173 @include font-family( $font__heading ); 174 line-height: $font__line-height-heading;174 line-height: inherit; 175 175 box-sizing: border-box; 176 176 font-weight: bold; 177 177 text-decoration: none; -
wp-content/themes/twentynineteen/style-editor.scss
381 381 .wp-block-button { 382 382 383 383 .wp-block-button__link { 384 line-height: 1.8;384 line-height: inherit; 385 385 @include font-family( $font__heading ); 386 386 font-size: $font__size-sm; 387 387 font-weight: bold;