⚒ Fix IP input max-length

This commit is contained in:
Ayham Al-Ali 2023-04-01 19:36:16 +03:00
parent f4a17dbc66
commit 2820675433
No known key found for this signature in database
GPG Key ID: B35AE66F0593B092

View File

@ -88,7 +88,7 @@
<span id="ip-label" class="input-group-text">IP</span>
</div>
<input id="ip" type="text" class="form-control form-control-lg text-center px-1"
size="12VW" maxlength="15" aria-label="IP"
size="12VW" aria-label="IP"
aria-describedby="ip-label">
</div>
</div>