diff --git a/templates/base.html b/templates/base.html
index 7eed684..b6d83db 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -548,7 +548,6 @@
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -560,7 +559,6 @@
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -571,7 +569,6 @@
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
diff --git a/templates/clients.html b/templates/clients.html
index fcc6de0..1f8f26d 100644
--- a/templates/clients.html
+++ b/templates/clients.html
@@ -534,7 +534,6 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -546,7 +545,6 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -557,7 +555,6 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace' : true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
})
diff --git a/templates/global_settings.html b/templates/global_settings.html
index 73b3c93..cafb630 100644
--- a/templates/global_settings.html
+++ b/templates/global_settings.html
@@ -203,7 +203,6 @@ Global Settings
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
diff --git a/templates/server.html b/templates/server.html
index e1116a6..6a24e6e 100644
--- a/templates/server.html
+++ b/templates/server.html
@@ -167,7 +167,6 @@ Wireguard Server Settings
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
- 'minInputWidth': '100%',
'placeholderColor': '#666666'
});