Update public/index.html
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled

This commit is contained in:
2026-01-09 14:42:41 +00:00
parent f74d9038b7
commit 65639a2f04

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
@@ -51,6 +52,14 @@
margin-bottom: 30px;
}
#ipv4, #ipv6 {
word-break: break-all;
overflow-wrap: anywhere;
display: inline-block;
max-width: 100%;
vertical-align: top;
}
/* Shared styles for header buttons */
.theme-toggle,
.icon-btn {