From e8ba426d641ce25c244cd1b27428c69d87b4bb2a Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 10 Jan 2018 10:10:48 -0500 Subject: [PATCH] Blocks: Reduce sibling inserter initial height --- 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% ); }