Skip to content

Commit

Permalink
fix: add top gap to date display
Browse files Browse the repository at this point in the history
  • Loading branch information
romangg committed Aug 6, 2024
1 parent 90c6f47 commit 6966c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/iso-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</figure>
<div
v-if="dateFromLink!=='' && showDetails"
class="absolute right-2 bg-primary text-primary-content text-xs font-semibold px-2 py-1 rounded-full shadow-md"
class="absolute right-2 top-2 bg-primary text-primary-content text-xs font-semibold px-2 py-1 rounded-full shadow-md"
>
{{ dateFromLink || '-' }}
</div>
Expand Down

0 comments on commit 6966c3e

Please sign in to comment.