fix: allow search result descriptions to wrap fully

This commit is contained in:
Aaron Powell
2026-01-28 17:08:52 +11:00
parent 4411eea562
commit 63f2080694
2 changed files with 2 additions and 6 deletions

View File

@@ -419,11 +419,7 @@ a:hover {
.search-result-description {
font-size: 13px;
color: var(--color-text-muted);
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 400px;
line-height: 1.5;
}
.search-result-empty {