From 04f0c7a5ef3288e29f12ac6d6d32f64e903c06ff Mon Sep 17 00:00:00 2001 From: Jerry Jones Date: Wed, 1 May 2024 14:14:42 -0500 Subject: [PATCH] Fix block tab spacing when few available blocks --- packages/block-editor/src/components/inserter/style.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/block-editor/src/components/inserter/style.scss b/packages/block-editor/src/components/inserter/style.scss index 088dd6b5cc083d..5e35180ae7c45c 100644 --- a/packages/block-editor/src/components/inserter/style.scss +++ b/packages/block-editor/src/components/inserter/style.scss @@ -136,11 +136,6 @@ $block-inserter-tabs-height: 44px; flex-direction: column; overflow-y: auto; } - - // The first tab panel needs space-between to prevent a flash of the "hint" from appearing at the top then moving down. - .block-editor-inserter__tablist + .block-editor-inserter__tabpanel { - justify-content: space-between; - } } .block-editor-inserter__no-tab-container {