form(field): Fix label line break not working (#1558)
This commit is contained in:
parent
2dbfba3490
commit
fbc3a6e4f4
1 changed files with 0 additions and 2 deletions
|
|
@ -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| {
|
||||
|
|
|
|||
Loading…
Reference in a new issue