Skip to content

Commit

Permalink
fix: grow div
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 29, 2024
1 parent daf25c5 commit 7ada83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpaceDelegatesCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function handleDropdownAction(action: string) {
<div class="flex w-full">
<div class="flex items-center text-left gap-3 flex-auto min-w-0">
<AvatarUser :address="delegate.id" size="40" class="shrink-0" />
<div class="flex flex-col truncate">
<div class="flex flex-col truncate grow">
<div class="flex truncate gap-1">
<div class="font-semibold text-skin-heading truncate flex-auto">
{{ getUsername(delegate.id, profiles[delegate.id]) }}
Expand Down

0 comments on commit 7ada83c

Please sign in to comment.