Fixed tag input being too small and unable to fit a CIDR (#483)

Co-authored-by: 0xCA <undefined>
This commit is contained in:
0xCA
2023-12-26 00:25:38 +05:00
committed by GitHub
parent c8623082fe
commit 47fac2b49b
4 changed files with 8 additions and 0 deletions

View File

@@ -427,6 +427,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -438,6 +439,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -448,6 +450,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace' : true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
})