From 1ca7acda1dfece78aebf7af5c1642238bf25dc0f Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Wed, 13 Mar 2024 18:44:46 +0200 Subject: [PATCH] remove max-height --- packages/editor/src/components/post-featured-image/style.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/editor/src/components/post-featured-image/style.scss b/packages/editor/src/components/post-featured-image/style.scss index ce36d016afca67..c7a871750c8154 100644 --- a/packages/editor/src/components/post-featured-image/style.scss +++ b/packages/editor/src/components/post-featured-image/style.scss @@ -34,10 +34,8 @@ outline: $border-width solid rgba(0, 0, 0, 0.1); outline-offset: -#{$border-width}; - // Apply a max-height. display: flex; justify-content: center; - max-height: 150px; } .editor-post-featured-image__preview {