diff --git a/static/css/status.css b/static/css/status.css index 559e219a..9114dea3 100644 --- a/static/css/status.css +++ b/static/css/status.css @@ -138,4 +138,10 @@ var(--gradient) border-box; border-radius: 2rem; border: 1px solid transparent; +} + +#adminNpub { + font-size: 8px; /* Adjust font size to fit on one line */ + text-align: left; /* Left align the text */ + line-break: anywhere; /* Ensure long text breaks appropriately */ } \ No newline at end of file diff --git a/static/status.html b/static/status.html index 5d565837..613194d5 100644 --- a/static/status.html +++ b/static/status.html @@ -76,12 +76,14 @@