From 8678a74bd507ee49ce2fa4d8b14ad8b1a552998b Mon Sep 17 00:00:00 2001 From: 0xCA Date: Thu, 9 Nov 2023 13:25:11 +0500 Subject: [PATCH] Revert tag input being too small fix --- templates/base.html | 3 --- templates/clients.html | 3 --- templates/global_settings.html | 1 - templates/server.html | 1 - 4 files changed, 8 deletions(-) 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' });