web: text overflow at 2 lines for subject and authors

This commit is contained in:
Bill Thiede 2025-12-14 09:13:23 -08:00
parent dc741f421b
commit 7272bbb6b0

View File

@ -351,8 +351,8 @@ fn search_results(
attrs! {
At::Href => urls::thread(&tid)
},
div![title_break, &r.subject],
span![C!["text-xs"], pretty_authors(&r.authors)],
div![C!["line-clamp-2"], title_break, &r.subject],
span![C!["line-clamp-2", "text-xs"], pretty_authors(&r.authors)],
div![
C!["flex", "flex-wrap", "justify-between"],
span![tags_chiclet(&tags)],