mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Allowed search results to span multiple lines
ref https://linear.app/tryghost/issue/DES-832/admin-search-results-that-span-multiple-lines-get-cut-off
This commit is contained in:
parent
29dd2bca8d
commit
598ce03186
1 changed files with 4 additions and 0 deletions
|
@ -369,6 +369,10 @@
|
|||
text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.modal-content .gh-nav-search-modal .ember-power-select-option {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.gh-nav-search {
|
||||
min-width: 220px;
|
||||
|
|
Loading…
Add table
Reference in a new issue