diff --git a/assets/css/editor-style.css b/assets/css/editor-style.css index 13b91baa..0c850e22 100644 --- a/assets/css/editor-style.css +++ b/assets/css/editor-style.css @@ -2,7 +2,8 @@ * Link styles * https://github.com/WordPress/gutenberg/issues/42319 */ -a { +a, +.wp-block[style*="text-decoration: underline"] { text-decoration-thickness: 1px !important; text-underline-offset: .1em; }