form: default width="100%" (#3261)
This commit is contained in:
parent
6fb254ae3d
commit
601391fca9
@ -44,7 +44,7 @@ class FormRoot(FormComponent, HTMLForm):
|
|||||||
Returns:
|
Returns:
|
||||||
The style of the component.
|
The style of the component.
|
||||||
"""
|
"""
|
||||||
return Style({"width": "260px"})
|
return Style({"width": "100%"})
|
||||||
|
|
||||||
|
|
||||||
class FormField(FormComponent):
|
class FormField(FormComponent):
|
||||||
|
Loading…
Reference in New Issue
Block a user