diff --git a/packages/dioxus-tui/examples/hover.rs b/packages/dioxus-tui/examples/hover.rs index a0b254414..8f00c146c 100644 --- a/packages/dioxus-tui/examples/hover.rs +++ b/packages/dioxus-tui/examples/hover.rs @@ -52,10 +52,10 @@ fn app(cx: Scope) -> Element { }; cx.render(rsx! { - #[dxfmt::skip] - div { - width: "100%", - height: "100%", + div { + width: "100%", + height: "100%", + flex_direction: "column", div {