diff --git a/rust/perspective-viewer/src/rust/components/containers/sidebar.rs b/rust/perspective-viewer/src/rust/components/containers/sidebar.rs index 6c1dd701ca..7d534ff215 100644 --- a/rust/perspective-viewer/src/rust/components/containers/sidebar.rs +++ b/rust/perspective-viewer/src/rust/components/containers/sidebar.rs @@ -62,12 +62,14 @@ pub fn Sidebar(p: &SidebarProps) -> Html { let width_style = format!("min-width: 200px; width: {}px", *auto_width); html! { -
+ + > } }