ssb: Fix names extending off the reactions list dialog.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m6s

This commit is contained in:
2025-10-26 12:19:58 -04:00
parent 09a0cfd349
commit b3e7e4b196
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class TfReactionsModalElement extends LitElement {
>${x?.content?.vote?.expression}</span
>
<tf-user
style="flex: 1 1"
style="flex: 1 1; overflow: hidden"
id=${x.author}
.users=${this.users}
></tf-user>