diff --git a/crates/ui/src/divider.rs b/crates/ui/src/divider.rs index 1e1f0642..dd05cef4 100644 --- a/crates/ui/src/divider.rs +++ b/crates/ui/src/divider.rs @@ -29,7 +29,7 @@ impl Divider { /// Creates a horizontal divider. pub fn horizontal() -> Self { Self { - base: div().w_full(), + base: div(), axis: Axis::Horizontal, label: None, color: None,