From fbc3a6e4f40ab5b5c8a860a88327a7e346c97476 Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Tue, 11 Nov 2025 18:36:10 +0800 Subject: [PATCH] form(field): Fix label line break not working (#1558) --- crates/ui/src/form/field.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/ui/src/form/field.rs b/crates/ui/src/form/field.rs index 1d7ac37f..06e52dde 100644 --- a/crates/ui/src/form/field.rs +++ b/crates/ui/src/form/field.rs @@ -290,8 +290,6 @@ impl RenderOnce for Field { this.text_size(size) }) .font_medium() - .flex() - .flex_row() .gap_1() .items_center() .when_some(self.label, |this, builder| {