vpn: increase height of network selection box in custom VPN page
This commit is contained in:
parent
fd9a46377b
commit
02534194d8
|
@ -25,7 +25,7 @@ Urejate ključe WireGuard s posebnimi dostopi.
|
|||
<input type="text" id="name" name="name" pattern="[-._A-Za-z0-9 ]*" maxlength="32" placeholder="A-Z a-z 0-9 . _ - " />
|
||||
<p>
|
||||
<label for="networks">Omrežja</label><br>
|
||||
<select id="networks" name="networks" multiple style="width: 20em;">
|
||||
<select id="networks" name="networks" multiple style="height: 20em; width: 20em;">
|
||||
{% for network in ipsets %}
|
||||
<option>{{ network }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue