Skip to content

Commit

Permalink
fix: fix overflowing statement when containing long words
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 1, 2024
1 parent 6578cde commit ceccb10
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 @@ -124,7 +124,7 @@ function handleDropdownAction(action: string) {

<div class="mt-3 h-[48px] cursor-pointer">
<template v-if="about">
<span class="line-clamp-2 text-left">
<span class="line-clamp-2 break-words text-left">
{{ about }}
</span>
</template>
Expand Down

0 comments on commit ceccb10

Please sign in to comment.