mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
fix: allow search result descriptions to wrap fully
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user