Merge pull request #130 from AyhamAl-Ali/fix/ip-input

⚒ Fix IP input max-length
This commit is contained in:
Ryan Montgomery 2023-04-01 16:36:59 -04:00 committed by GitHub
commit f06ea9a23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>