Fixed tag input being too small and unable to fit a CIDR
This commit is contained in:
		
							parent
							
								
									b55543f424
								
							
						
					
					
						commit
						a68f4cf013
					
				|  | @ -492,6 +492,7 @@ | |||
|             'defaultText': 'Add More', | ||||
|             'removeWithBackspace': true, | ||||
|             'minChars': 0, | ||||
|             'minInputWidth': '100%', | ||||
|             'placeholderColor': '#666666' | ||||
|         }); | ||||
| 
 | ||||
|  | @ -503,6 +504,7 @@ | |||
|             'defaultText': 'Add More', | ||||
|             'removeWithBackspace': true, | ||||
|             'minChars': 0, | ||||
|             'minInputWidth': '100%', | ||||
|             'placeholderColor': '#666666' | ||||
|         }); | ||||
| 
 | ||||
|  | @ -513,6 +515,7 @@ | |||
|             'defaultText': 'Add More', | ||||
|             'removeWithBackspace': true, | ||||
|             'minChars': 0, | ||||
|             'minInputWidth': '100%', | ||||
|             'placeholderColor': '#666666' | ||||
|         }); | ||||
| 
 | ||||
|  |  | |||
|  | @ -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' | ||||
|                 }) | ||||
| 
 | ||||
|  |  | |||
|  | @ -203,6 +203,7 @@ Global Settings | |||
|             'defaultText': 'Add More', | ||||
|             'removeWithBackspace': true, | ||||
|             'minChars': 0, | ||||
|             'minInputWidth': '100%', | ||||
|             'placeholderColor': '#666666' | ||||
|         }); | ||||
| 
 | ||||
|  |  | |||
|  | @ -160,6 +160,7 @@ Wireguard Server Settings | |||
|             'defaultText': 'Add More', | ||||
|             'removeWithBackspace': true, | ||||
|             'minChars': 0, | ||||
|             'minInputWidth': '100%', | ||||
|             'placeholderColor': '#666666' | ||||
|         }); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue