Skip to content

Commit

Permalink
fix: keep block content on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 18, 2024
1 parent 071f4aa commit 2dea11d
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 @@ -69,7 +69,7 @@ function handleDropdownAction(action: string) {
<div class="font-semibold text-skin-heading">
{{ getUsername(delegate.id, profiles[delegate.id]) }}
</div>
<div class="flex gap-[6px]">
<div class="flex flex-wrap gap-[6px]">
<div
v-tippy="{
content: `${formatNumber(
Expand Down

0 comments on commit 2dea11d

Please sign in to comment.