0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fix search line breaks issue (#22271)

closes DES-1103

- Due to a regression of line-clamping the titles in members filter
search
(31fcedd13b),
the layout of the main search in Admin was breaking in a way that
highlights were not inline anymore.
This commit is contained in:
Peter Zimon 2025-02-24 16:55:26 +01:00 committed by GitHub
parent ec46fa112d
commit e0b00cbd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,7 @@
}
.ember-power-select-group .ember-power-select-option .highlight {
display: inline;
background: #fff6b8;
border-radius: 1px;
color: color-mod(var(--darkgrey) l(-10%));