From 75d81e9d13c065fc80d3184fe9ac58c0da0f0573 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 16 Jan 2018 14:53:00 -0500 Subject: [PATCH] Blocks: Reduce sibling inserter initial height (#4384) --- editor/components/block-list/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/components/block-list/style.scss b/editor/components/block-list/style.scss index 14f1ea85090201..a9a24ff1df2125 100644 --- a/editor/components/block-list/style.scss +++ b/editor/components/block-list/style.scss @@ -405,7 +405,7 @@ position: absolute; left: 0; width: 100%; - height: 44px; + height: 28px; transition: 0.1s height; transform: translateY( -50% ); }