diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css index 3a4ce4a6e6..3dd9c1eb8a 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.css +++ b/src/wp-content/themes/twentynineteen/style-editor.css @@ -1005,7 +1005,7 @@ figcaption, /** === Button === */ .wp-block-button .wp-block-button__link { - line-height: 1.8; + line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 0.88889em; font-weight: bold; diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss index 7b0df5f0af..2c129c809a 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.scss +++ b/src/wp-content/themes/twentynineteen/style-editor.scss @@ -381,7 +381,7 @@ figcaption, .wp-block-button { .wp-block-button__link { - line-height: 1.8; + line-height:inherit; @include font-family( $font__heading ); font-size: $font__size-sm; font-weight: bold; diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 25a5df5f18..7329d2a35f 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -5489,7 +5489,7 @@ body.page .main-navigation { border: none; font-size: 0.88889em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - line-height: 1.2; + line-height: inherit; box-sizing: border-box; font-weight: bold; text-decoration: none;