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:
parent
ec46fa112d
commit
e0b00cbd04
1 changed files with 1 additions and 0 deletions
|
@ -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%));
|
||||
|
|
Loading…
Add table
Reference in a new issue