expanded ItemsList textarea to 10

This commit is contained in:
gabryon99 2020-09-25 18:42:31 +02:00
parent 7c15ebd60b
commit c7562a7078
3 changed files with 3 additions and 3 deletions

View file

@ -638,7 +638,7 @@ const ItemsList = (gui, hooks, script_subdir, script_key) => {
name='items-list'
id='itemslist-textarea'
class="w-100 form-control"
style="height: 5rem;">${items_list.length > 0 ? items_list.join(',') : ''}</textarea>
rows='10'>${items_list.length > 0 ? items_list.join(',') : ''}</textarea>
<small>${gui.input_description || i18n.blacklisted_country}</small>
<div class="invalid-feedback"></div>
</div>