Skip to content

Commit 3d53ddd

Browse files
authored
fix: fix issue with delegates page on small screen (#1025)
1 parent 657759e commit 3d53ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ui/src/components/SpaceDelegates.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
197197
user: delegate.user
198198
}
199199
}"
200-
class="flex w-full space-x-3"
200+
class="flex w-full space-x-3 truncate"
201201
>
202202
<div
203203
class="flex grow sm:grow-0 sm:shrink-0 items-center w-[190px] py-3 gap-x-3 leading-[22px] truncate"

0 commit comments

Comments
 (0)