web: fix styling for second layer tags

This commit is contained in:
Bill Thiede 2025-11-05 15:46:37 -08:00
parent 2aa85a03f8
commit b3769d99bf

View File

@ -1375,7 +1375,7 @@ pub fn view_tags(tags: &Option<Vec<Tag>>) -> Node<Msg> {
},
],
a![
C!["grow", "truncate"],
C![indent_cls, "grow", "truncate"],
attrs! {
At::Href => href
},