mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
make the http pipe dialog wider
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user