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! { attrs! {
At::Href => urls::thread(&tid) At::Href => urls::thread(&tid)
}, },
div![title_break, &r.subject], div![C!["line-clamp-2"], title_break, &r.subject],
span![C!["text-xs"], pretty_authors(&r.authors)], span![C!["line-clamp-2", "text-xs"], pretty_authors(&r.authors)],
div![ div![
C!["flex", "flex-wrap", "justify-between"], C!["flex", "flex-wrap", "justify-between"],
span![tags_chiclet(&tags)], span![tags_chiclet(&tags)],