Skip to content

Commit 5b870b2

Browse files
committed
update class name
1 parent ce79bee commit 5b870b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex_ui/blocks/demo_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def demo_form_dialog(trigger: rx.Component, **props) -> rx.Component:
524524
demo_form(class_name="w-full max-w-md"),
525525
class_name="relative isolate overflow-hidden -m-px w-full max-w-md",
526526
),
527-
class_name="h-fit w-auto mt-1 overflow-hidden w-full max-w-md",
527+
class_name="h-fit mt-1 overflow-hidden w-full max-w-md",
528528
),
529529
),
530530
class_name=class_name,

0 commit comments

Comments
 (0)