diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index 3df45493e9..80c09d8894 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
947 | 947 | text-decoration: underline; |
948 | 948 | } |
949 | 949 | |
| 950 | .editor-styles-wrapper .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link, |
| 951 | .editor-styles-wrapper .wp-block-button[style*="letter-spacing"] .wp-block-button__link { |
| 952 | letter-spacing: inherit; |
| 953 | } |
| 954 | |
950 | 955 | /* BUTTON STYLE: OUTLINE */ |
951 | 956 | |
952 | 957 | .editor-styles-wrapper .is-style-outline .wp-block-button__link, |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 41efe125bd..18f97b0153 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
951 | 951 | text-decoration: underline; |
952 | 952 | } |
953 | 953 | |
| 954 | .editor-styles-wrapper .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link, |
| 955 | .editor-styles-wrapper .wp-block-button[style*="letter-spacing"] .wp-block-button__link { |
| 956 | letter-spacing: inherit; |
| 957 | } |
| 958 | |
954 | 959 | /* BUTTON STYLE: OUTLINE */ |
955 | 960 | |
956 | 961 | .editor-styles-wrapper .is-style-outline .wp-block-button__link, |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 3e2da9905c..623534da1c 100644
a
|
b
|
ol.wp-block-latest-comments { |
3033 | 3033 | text-transform: inherit; |
3034 | 3034 | } |
3035 | 3035 | |
| 3036 | .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link, |
| 3037 | .wp-block-button[style*="letter-spacing"] .wp-block-button__link { |
| 3038 | letter-spacing: inherit; |
| 3039 | } |
| 3040 | |
| 3041 | |
3036 | 3042 | /* Block: Columns ---------------------------- */ |
3037 | 3043 | |
3038 | 3044 | .wp-block-columns.alignfull, |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 2fb031b375..79490298a3 100644
a
|
b
|
ol.wp-block-latest-comments { |
3053 | 3053 | text-transform: inherit; |
3054 | 3054 | } |
3055 | 3055 | |
| 3056 | .wp-block-buttons[style*="letter-spacing"] .wp-block-button__link, |
| 3057 | .wp-block-button[style*="letter-spacing"] .wp-block-button__link { |
| 3058 | letter-spacing: inherit; |
| 3059 | } |
| 3060 | |
| 3061 | |
3056 | 3062 | /* Block: Columns ---------------------------- */ |
3057 | 3063 | |
3058 | 3064 | .wp-block-columns.alignfull, |