From 460d20673e978169c96824d1578429caab099852 Mon Sep 17 00:00:00 2001 From: Huei Tan Date: Wed, 30 Oct 2024 04:13:41 +0800 Subject: [PATCH] T369636 Remove min-height and use default height from wordpress popover (#134) * Remove min-height and use default height from wordpress popover * Set min-height on preview itself so it fills entire container --------- Co-authored-by: Sbisson --- src/link/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/link/style.scss b/src/link/style.scss index 80e40a1..3b3b99e 100644 --- a/src/link/style.scss +++ b/src/link/style.scss @@ -357,7 +357,6 @@ body { .wikipediapreview-edit-preview { width: 350px; - min-height: 214px; &-container { display: flex; @@ -425,6 +424,7 @@ body { .wikipediapreview { box-shadow: none; + min-height: 214px; .wikipediapreview-footer { position: relative;