We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657759e commit 3d53dddCopy full SHA for 3d53ddd
apps/ui/src/components/SpaceDelegates.vue
@@ -197,7 +197,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
197
user: delegate.user
198
}
199
}"
200
- class="flex w-full space-x-3"
+ class="flex w-full space-x-3 truncate"
201
>
202
<div
203
class="flex grow sm:grow-0 sm:shrink-0 items-center w-[190px] py-3 gap-x-3 leading-[22px] truncate"
0 commit comments