From 9f6dc6dddde1c9c4f80bcaa79903849fcd266b69 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Sun, 9 Dec 2018 17:19:38 +0000 Subject: [PATCH] Fix: Problems on Media & Text block resizing; Load wp-block-library styles before wp-edit-blocks. (#12619) --- lib/client-assets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client-assets.php b/lib/client-assets.php index 6fa221bf4c5d8c..13672f6516bcdd 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', ),