0
Fork 0
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:
Djordje Vlaisavljevic 2024-10-10 11:01:29 +01:00
parent 29dd2bca8d
commit 598ce03186

View file

@ -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;