From 8780cf8919940a77bfa0992e14ad0949c39acbbe Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Thu, 6 Sep 2018 13:55:04 +0100 Subject: [PATCH] Fix small visual regression in the inspector (#9654) --- .../src/components/block-inspector/index.js | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/packages/editor/src/components/block-inspector/index.js b/packages/editor/src/components/block-inspector/index.js index c4312c45c6d61..e2ec77d1ed00d 100644 --- a/packages/editor/src/components/block-inspector/index.js +++ b/packages/editor/src/components/block-inspector/index.js @@ -37,17 +37,19 @@ const BlockInspector = ( { selectedBlock, blockType, count } ) => { ,
, - - { ( fills ) => ! isEmpty( fills ) && ( - - { fills } - - ) } - , +
+ + { ( fills ) => ! isEmpty( fills ) && ( + + { fills } + + ) } + +
, , ]; };