From 535b475e1252561e36fdaad5f65f0b59dd9bd96f Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 18 May 2017 10:05:35 -0400 Subject: [PATCH] Clear selected block by click adjacent block controls --- editor/modes/visual-editor/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/modes/visual-editor/style.scss b/editor/modes/visual-editor/style.scss index 5e4793d7ec90b1..354c865004fedd 100644 --- a/editor/modes/visual-editor/style.scss +++ b/editor/modes/visual-editor/style.scss @@ -79,6 +79,8 @@ margin-top: -$block-controls-height - $item-spacing; margin-bottom: $item-spacing + 20px; // 20px is the offset from the bottom of the selected block where it stops sticking height: $block-controls-height; + width: 0; + white-space: nowrap; top: $header-height + $admin-bar-height-big + $item-spacing;