From c32d476628cb3ab13b8a6f35ea0c456efd459e40 Mon Sep 17 00:00:00 2001 From: ygg2 <43683750+ygg2@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:23:12 -0400 Subject: [PATCH] bot stamp should not multiline --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 5a7263b..d5375bb 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2658,7 +2658,7 @@ span.instanceStatus { font-weight: bold; color: var(--primary-text-prominent) !important; border-radius: 4px; - flex-grow: 0; + flex: none; width: fit-content; background-clip: border-box !important; align-self: center;