web: text overflow at 2 lines for subject and authors
This commit is contained in:
parent
dc741f421b
commit
7272bbb6b0
@ -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)],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user