From f9e17eb0604b570b14b0ac8c3462c677b2e11710 Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 5 Dec 2018 17:09:12 +0000 Subject: [PATCH] Fix: Problems on Media & Text block resizing; Load wp-block-library styles before wp-edit-blocks. --- lib/client-assets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client-assets.php b/lib/client-assets.php index 6fa221bf4c5d8..13672f6516bcd 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -461,6 +461,7 @@ function gutenberg_register_scripts_and_styles() { array( 'wp-components', 'wp-editor', + 'wp-block-library', // Always include visual styles so the editor never appears broken. 'wp-block-library-theme', ),