From 49ab90d04a8c3027033863108168f94014966bdf Mon Sep 17 00:00:00 2001 From: Martin Jost <31563167+CreativeDive@users.noreply.github.com> Date: Thu, 10 Oct 2019 12:21:20 +0200 Subject: [PATCH] Update style.scss (#17804) Left aligned blocks should not inherited "float:left" to nested blocks. In reference to #17793 --- packages/block-editor/src/components/block-list/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-list/style.scss b/packages/block-editor/src/components/block-list/style.scss index e59b6ddc343374..761632c49d7c7f 100644 --- a/packages/block-editor/src/components/block-list/style.scss +++ b/packages/block-editor/src/components/block-list/style.scss @@ -448,7 +448,7 @@ // Left &[data-align="left"] { // This is in the editor only; the image should be floated on the frontend. - .block-editor-block-list__block-edit { + > .block-editor-block-list__block-edit { /*!rtl:begin:ignore*/ float: left; margin-right: 2em;