diff --git a/dashboard/src/style.css b/dashboard/src/style.css index b00651eba..7dbf1cff6 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -80,7 +80,7 @@ hr { } .content { - max-width: 800px; + max-width: 900px; width: 100%; position: absolute; } diff --git a/dashboard/src/views/AppConfigureView.vue b/dashboard/src/views/AppConfigureView.vue index 76940e951..914e795b3 100644 --- a/dashboard/src/views/AppConfigureView.vue +++ b/dashboard/src/views/AppConfigureView.vue @@ -364,7 +364,7 @@ onBeforeUnmount(() => { .configure-inner { width: 100%; - max-width: 800px; + max-width: 900px; margin: auto; padding: 0 15px; }