From 1e725bd1a3d6ddf2053b032f2e4459b28982ffbf Mon Sep 17 00:00:00 2001 From: Valentin Grenier Date: Thu, 5 Mar 2026 12:14:22 +0100 Subject: [PATCH] Fix selector for post title block --- .../twentytwenty/assets/css/editor-style-block-rtl.css | 10 +++++----- .../twentytwenty/assets/css/editor-style-block.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 875acb214d842..bed5a3c6fa0f7 100644 --- 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 @@ -244,27 +244,27 @@ line-height: 1.138888889; } -.editor-styles-wrapper h2, +.editor-styles-wrapper h2.wp-block-post-title, .editor-styles-wrapper .heading-size-2 { font-size: 32px; } -.editor-styles-wrapper h3, +.editor-styles-wrapper h3.wp-block-post-title, .editor-styles-wrapper .heading-size-3 { font-size: 28px; } -.editor-styles-wrapper h4, +.editor-styles-wrapper h4.wp-block-post-title, .editor-styles-wrapper .heading-size-4 { font-size: 24px; } -.editor-styles-wrapper h5, +.editor-styles-wrapper h5.wp-block-post-title, .editor-styles-wrapper .heading-size-5 { font-size: 21px; } -.editor-styles-wrapper h6, +.editor-styles-wrapper h6.wp-block-post-title, .editor-styles-wrapper .heading-size-6 { font-size: 16px; letter-spacing: 0.03125em; 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 987d85daa3d72..025a2efdd065e 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -244,27 +244,27 @@ line-height: 1.138888889; } -.editor-styles-wrapper h2, +.editor-styles-wrapper h2.wp-block-post-title, .editor-styles-wrapper .heading-size-2 { font-size: 32px; } -.editor-styles-wrapper h3, +.editor-styles-wrapper h3.wp-block-post-title, .editor-styles-wrapper .heading-size-3 { font-size: 28px; } -.editor-styles-wrapper h4, +.editor-styles-wrapper h4.wp-block-post-title, .editor-styles-wrapper .heading-size-4 { font-size: 24px; } -.editor-styles-wrapper h5, +.editor-styles-wrapper h5.wp-block-post-title, .editor-styles-wrapper .heading-size-5 { font-size: 21px; } -.editor-styles-wrapper h6, +.editor-styles-wrapper h6.wp-block-post-title, .editor-styles-wrapper .heading-size-6 { font-size: 16px; letter-spacing: 0.03125em;