We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b55997 commit 85fe938Copy full SHA for 85fe938
src/components/pro-list-item/index.vue
@@ -30,7 +30,7 @@ const hasDescription = computed(() => {
30
</div>
31
32
<div
33
- class="text-xs [&_a]:(active:text-color-primary-7 hover:text-color-primary-5 text-color-3) text-color-3"
+ class="break-all text-xs [&_a]:(active:text-color-primary-7 hover:text-color-primary-5 text-color-3) text-color-3"
34
:class="{ 'mt-2': hasDescription }"
35
>
36
<slot name="description">
0 commit comments