Skip to content

Commit

Permalink
hotfix: Proposals item alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Aug 10, 2023
1 parent 75e8929 commit 3a392c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProposalsItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ onMounted(() => setMessageVisibility(props.proposal.flagged));
/>
<template v-else>
<div class="mb-2 flex items-center justify-between">
<div class="flex items-start gap-1 space-x-1">
<div class="flex items-center gap-1">
<template v-if="!hideSpaceAvatar">
<LinkSpace class="text-skin-text" :space-id="proposal.space.id">
<div class="flex items-center">
Expand All @@ -43,7 +43,7 @@ onMounted(() => setMessageVisibility(props.proposal.flagged));
/>
<IconVerifiedSpace
v-if="showVerifiedIcon && space.verified"
class="pl-[2px]"
class="mt-[2px] pl-[2px]"
size="18"
/>
</div>
Expand Down

0 comments on commit 3a392c0

Please sign in to comment.