Fixed tag input being too small and unable to fit a CIDR

This commit is contained in:
0xCA 2023-11-09 13:29:43 +05:00
parent b55543f424
commit a68f4cf013
4 changed files with 8 additions and 0 deletions

View file

@ -423,6 +423,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@ -434,6 +435,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@ -444,6 +446,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace' : true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
})