make the http pipe dialog wider

This commit is contained in:
Natan Keddem
2023-11-14 20:33:59 -05:00
parent b87a3d79b5
commit 6e7ebd4c25

View File

@@ -116,7 +116,7 @@ class History(Tab):
http[status]["headers"] = editor.properties["content"]["json"]["headers"]
with ui.dialog() as host_dialog, el.Card():
with el.DBody(height="[90vh]", width="[560px]"):
with el.DBody(height="[90vh]", width="[720px]"):
with ui.stepper() as stepper:
with ui.step("General"):
with el.WColumn().classes("col justify-start"):