0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

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
This commit is contained in:
Daniël van der Winden 2025-01-06 14:48:41 +01:00 committed by GitHub
parent 943c393542
commit 98306d2337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,6 @@
margin: 0;
padding: 6px 14px;
color: var(--darkgrey);
height: 32px;
}
.ember-power-select-option[aria-current="true"] {