From c0d641353e3f16a15f1f9b972eb6338a2532a015 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 3 Jul 2017 11:07:21 +0200 Subject: [PATCH] Fix issue where inserter wouldn't clear floats. --- editor/modes/visual-editor/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/modes/visual-editor/style.scss b/editor/modes/visual-editor/style.scss index 9f53519d2bb0ea..19f33cc1340752 100644 --- a/editor/modes/visual-editor/style.scss +++ b/editor/modes/visual-editor/style.scss @@ -325,6 +325,7 @@ $sticky-bottom-offset: 20px; align-items: baseline; max-width: $visual-editor-max-width; margin: 0 auto; + clear: both; > .editor-inserter__block { opacity: 0;