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! {
|
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)],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user