web: fix styling on news post tags to match email

This commit is contained in:
Bill Thiede 2024-10-29 17:16:45 -07:00
parent e7a865204d
commit 8dea1f1bd6

View File

@ -989,6 +989,13 @@ fn news_post(
At::Href => urls::search(&format!("tag:{tag}"), 0) At::Href => urls::search(&format!("tag:{tag}"), 0)
}; };
let tag = tag.clone(); let tag = tag.clone();
div![
C![
"message-tags",
"field",
"is-grouped",
"is-grouped-multiline"
],
div![ div![
C!["control"], C!["control"],
div![ div![
@ -1012,6 +1019,7 @@ fn news_post(
] ]
] ]
] ]
]
} }
div![ div![