From 98306d2337d39729a0539f2f0aebe06209fc9263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Mon, 6 Jan 2025 14:48:41 +0100 Subject: [PATCH] Fixed member filter dropdown breaking for long post titles (#21962) Previously, if you'd filter members by which page or post they signed up on, if you had very long titles for your posts they wouldn't display properly. This change removes the fixed height set for items within this dropdown, which fixes that. Fixes https://linear.app/ghost/issue/DES-1057/long-post-titles-get-squashedcut-off-in-members-filter-dropdown --- ghost/admin/app/styles/components/power-select.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/styles/components/power-select.css b/ghost/admin/app/styles/components/power-select.css index 4479ca6ed2..d793a31800 100644 --- a/ghost/admin/app/styles/components/power-select.css +++ b/ghost/admin/app/styles/components/power-select.css @@ -82,7 +82,6 @@ margin: 0; padding: 6px 14px; color: var(--darkgrey); - height: 32px; } .ember-power-select-option[aria-current="true"] {