Skip to content

Commit

Permalink
fix: fix issue with delegates page on small screen (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Dec 9, 2024
1 parent 657759e commit 3d53ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/SpaceDelegates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
user: delegate.user
}
}"
class="flex w-full space-x-3"
class="flex w-full space-x-3 truncate"
>
<div
class="flex grow sm:grow-0 sm:shrink-0 items-center w-[190px] py-3 gap-x-3 leading-[22px] truncate"
Expand Down

0 comments on commit 3d53ddd

Please sign in to comment.