From b9f64f30e1b80cb89c4b8b3b9d8ddca048b7495b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 19 Apr 2026 11:09:23 +0400 Subject: [PATCH] Cut off overlong account status lines with ellipsis --- app/styles/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index a6ac5da..5786135 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -252,6 +252,9 @@ body { color: #898989; margin-top: 0.35rem; margin-left: calc(18px + 0.75rem); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .account-status strong {