web: fix styling on news post tags to match email
This commit is contained in:
parent
e7a865204d
commit
8dea1f1bd6
@ -989,6 +989,13 @@ fn news_post(
|
||||
At::Href => urls::search(&format!("tag:{tag}"), 0)
|
||||
};
|
||||
let tag = tag.clone();
|
||||
div![
|
||||
C![
|
||||
"message-tags",
|
||||
"field",
|
||||
"is-grouped",
|
||||
"is-grouped-multiline"
|
||||
],
|
||||
div![
|
||||
C!["control"],
|
||||
div![
|
||||
@ -1012,6 +1019,7 @@ fn news_post(
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
div![
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user