diff --git a/js/basicAuth/basic-auth.html b/js/basicAuth/basic-auth.html
index 24a3d4d8..a4459388 100644
--- a/js/basicAuth/basic-auth.html
+++ b/js/basicAuth/basic-auth.html
@@ -47,6 +47,10 @@
display: inline-block;
}
+ button {
+ width: 80px;
+ }
+
.footer {
display: flex;
text-align: center;
diff --git a/js/basicAuth/index.js b/js/basicAuth/index.js
index 0489f1d4..a9443695 100644
--- a/js/basicAuth/index.js
+++ b/js/basicAuth/index.js
@@ -13,8 +13,8 @@ let basicAuthWindow;
const local = {};
let windowConfig = {
- width: 350,
- height: 250,
+ width: 360,
+ height: 270,
show: false,
modal: true,
autoHideMenuBar: true,