From 406c28a371267756b289a029d1ae7f35d9db9c1f Mon Sep 17 00:00:00 2001 From: Dani Guardiola Date: Tue, 28 May 2024 16:33:57 +0200 Subject: [PATCH] Fix tabs indicator. (#61973) Co-authored-by: DaniGuardiola Co-authored-by: tyxla --- packages/block-editor/src/components/inserter/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/inserter/style.scss b/packages/block-editor/src/components/inserter/style.scss index 604268fb1fe431..354a0fa70ffc55 100644 --- a/packages/block-editor/src/components/inserter/style.scss +++ b/packages/block-editor/src/components/inserter/style.scss @@ -117,10 +117,10 @@ $block-inserter-tabs-height: 44px; .block-editor-inserter__tablist { width: 100%; + margin-bottom: -$border-width; button[role="tab"] { flex-grow: 1; - margin-bottom: -$border-width; &[id$="reusable"] { flex-grow: inherit; // These are to align the `reusable` icon with the search icon.