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

Co-authored-by: 0xCA <undefined>
This commit is contained in:
0xCA
2023-12-28 12:37:26 +05:00
committed by GitHub
parent 867aa1305d
commit 841db62347
4 changed files with 8 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -545,6 +546,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});
@@ -555,6 +557,7 @@ Wireguard Clients
'defaultText': 'Add More',
'removeWithBackspace' : true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
})