diff --git a/templates/base.html b/templates/base.html
index 88d7568d..c2fa3677 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -497,6 +497,7 @@
{{template "page_title" .}}
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -508,6 +509,7 @@ {{template "page_title" .}}
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -518,6 +520,7 @@ {{template "page_title" .}}
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
diff --git a/templates/clients.html b/templates/clients.html
index ae66ecf7..8b4e4ab4 100644
--- a/templates/clients.html
+++ b/templates/clients.html
@@ -427,6 +427,7 @@ Remove
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -438,6 +439,7 @@ Remove
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -448,6 +450,7 @@ Remove
'defaultText': 'Add More',
'removeWithBackspace' : true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
})
diff --git a/templates/global_settings.html b/templates/global_settings.html
index cafb630f..73b3c932 100644
--- a/templates/global_settings.html
+++ b/templates/global_settings.html
@@ -203,6 +203,7 @@ Endpoint Address Suggestion
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});
diff --git a/templates/server.html b/templates/server.html
index 6a24e6ec..e1116a63 100644
--- a/templates/server.html
+++ b/templates/server.html
@@ -167,6 +167,7 @@ KeyPair Generation
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
+ 'minInputWidth': '100%',
'placeholderColor': '#666666'
});