From 521378f15962594da24a9c703e18c7c84289238b Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Fri, 23 Feb 2024 14:04:35 -0500 Subject: [PATCH] fix: UBE hides post title input (#59324) The class addition is a deprecated class that is present when using older versions of the Gutenberg plugin. --- .../common/gutenberg-web-single-block/editor-style-overrides.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native-bridge/common/gutenberg-web-single-block/editor-style-overrides.css b/packages/react-native-bridge/common/gutenberg-web-single-block/editor-style-overrides.css index b0ce8f3dc948d..ce39beede024f 100644 --- a/packages/react-native-bridge/common/gutenberg-web-single-block/editor-style-overrides.css +++ b/packages/react-native-bridge/common/gutenberg-web-single-block/editor-style-overrides.css @@ -8,6 +8,7 @@ display: none; } +.edit-post-visual-editor__post-title-wrapper, .editor-editor-canvas__post-title-wrapper { display: none; }