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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View file

@ -203,6 +203,7 @@ Global Settings
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'minInputWidth': '100%',
'placeholderColor': '#666666'
});