Skip to content

Commit

Permalink
Merge pull request #9808 from floyd-li/fix-line-height
Browse files Browse the repository at this point in the history
style: fix text cut in cart sidebar
  • Loading branch information
prury committed Mar 19, 2024
2 parents a5d8874 + e05636d commit e1af4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/shoppingCart/ShoppingCartItemRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class="border image is-48x48" />
</nuxt-link>
<div
class="flex flex-col justify-between ml-4 min-w-0 w-full leading-none">
class="flex flex-col justify-between ml-4 min-w-0 w-full leading-tight">
<nuxt-link
:to="`/${urlPrefix}/gallery/${nft.id}`"
class="font-bold text-text-color whitespace-nowrap is-clipped text-ellipsis"
Expand Down

0 comments on commit e1af4b8

Please sign in to comment.