mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Fixed tag input being too small and unable to fit a CIDR (#483)
Co-authored-by: 0xCA <undefined>
This commit is contained in:
parent
c8623082fe
commit
47fac2b49b
4 changed files with 8 additions and 0 deletions
|
@ -497,6 +497,7 @@
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -508,6 +509,7 @@
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -518,6 +520,7 @@
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -427,6 +427,7 @@ Wireguard Clients
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -438,6 +439,7 @@ Wireguard Clients
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -448,6 +450,7 @@ Wireguard Clients
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace' : true,
|
'removeWithBackspace' : true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -203,6 +203,7 @@ Global Settings
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,7 @@ Wireguard Server Settings
|
||||||
'defaultText': 'Add More',
|
'defaultText': 'Add More',
|
||||||
'removeWithBackspace': true,
|
'removeWithBackspace': true,
|
||||||
'minChars': 0,
|
'minChars': 0,
|
||||||
|
'minInputWidth': '100%',
|
||||||
'placeholderColor': '#666666'
|
'placeholderColor': '#666666'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue