The /settings "CA fingerprint (SHA-256)" value is a 95-char colon- separated hex string with no whitespace, so CSS had no valid break points and the value pushed past the card's right edge — visible on the 192.168.178.23 fresh-install test. .kv is a two-column grid (max-content 1fr); grid items default to min-width: auto (= content width), which overrides the 1fr track's width constraint. min-width: 0 lets the track shrink, and overflow-wrap: anywhere gives the fingerprint valid break points at any character. The styling stays scoped to .kv dd so card prose isn't affected. Verified live on .23 via hot-patch into /opt/furtka/current/assets/ www/style.css + caddy reload. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| https-install | ||
| settings | ||
| index.html | ||
| status.json | ||
| style.css | ||