Skip to content

Commit

Permalink
fix: delegates table widths (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Feb 3, 2025
1 parent daad48d commit 3e5d3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/ui/src/components/SpaceDelegates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
</div>
<button
type="button"
class="hidden md:flex w-[120px] shrink-0 items-center justify-end hover:text-skin-link space-x-1 truncate"
class="hidden md:flex w-[80px] shrink-0 items-center justify-end hover:text-skin-link space-x-1 truncate"
@click="handleSortChange('tokenHoldersRepresentedAmount')"
>
<span class="truncate">Delegators</span>
Expand Down Expand Up @@ -460,7 +460,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
</div>
</div>
<div
class="hidden sm:flex items-center grow text-[17px] overflow-hidden leading-[22px] text-skin-heading"
class="hidden sm:flex items-center grow w-0 text-[17px] leading-[22px] text-skin-heading"
>
<div
v-if="delegate.statement"
Expand All @@ -471,7 +471,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
/>
</div>
<div
class="hidden md:flex shrink-0 w-[120px] flex-col items-end justify-center leading-[22px] truncate"
class="hidden md:flex shrink-0 w-[80px] flex-col items-end justify-center leading-[22px] truncate"
>
<h4
class="text-skin-link"
Expand Down

0 comments on commit 3e5d3c5

Please sign in to comment.