fix: invite panel width

This commit is contained in:
2026-08-31 22:26:14 +02:00
parent 4edfb64723
commit 0b6a9231f9
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -376,8 +376,9 @@ function inviteDetail(invite: Invite): string {
font-size: 0.95rem;
letter-spacing: 0.06em;
color: var(--c-heading);
min-width: 0;
flex: 1 1 auto;
min-width: 0;
max-width: 24ch;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;