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:
parent
943c393542
commit
98306d2337
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@
|
|||
margin: 0;
|
||||
padding: 6px 14px;
|
||||
color: var(--darkgrey);
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.ember-power-select-option[aria-current="true"] {
|
||||
|
|
Loading…
Add table
Reference in a new issue