From 394c7a487b916e0ab21ffbfe4844f66e50a585f4 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 29 Apr 2024 22:01:49 +0200 Subject: [PATCH] fix(web): centered CW text --- web/src/components/object.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/object.rs b/web/src/components/object.rs index 62a02361..82d8c450 100644 --- a/web/src/components/object.rs +++ b/web/src/components/object.rs @@ -141,7 +141,7 @@ pub fn Summary(summary: Option, open: bool, children: Children) -> impl Some(summary) => view! {
- {summary} + {summary} {children()}