From e532b746c40101e2468383ecbfa92cc5ee244069 Mon Sep 17 00:00:00 2001 From: tomoki shimomura Date: Tue, 25 Feb 2025 15:38:43 +0900 Subject: [PATCH] Format Library: Prevent the text and color picker from overlapping (#69169) Co-authored-by: shimotmk Co-authored-by: Mamaduka --- packages/format-library/src/text-color/inline.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/format-library/src/text-color/inline.js b/packages/format-library/src/text-color/inline.js index bc1e0eef07b0c1..a14240ed9f489d 100644 --- a/packages/format-library/src/text-color/inline.js +++ b/packages/format-library/src/text-color/inline.js @@ -142,6 +142,8 @@ function ColorPicker( { name, property, value, onChange } ) { setColors( value, name, colors, { [ property ]: color } ) ); } } + // Prevent the text and color picker from overlapping. + __experimentalIsRenderedInSidebar /> ); }