We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89cf40 commit d877b3fCopy full SHA for d877b3f
packages/effects/common-ui/src/components/ellipsis-text/ellipsis-text.vue
@@ -129,7 +129,7 @@ function handleExpand() {
129
'-webkit-line-clamp': isExpand ? '' : line,
130
'max-width': textMaxWidth,
131
}"
132
- class="cursor-text overflow-hidden"
+ class="cursor-text overflow-hidden whitespace-normal"
133
@click="handleExpand"
134
v-bind="$attrs"
135
>
0 commit comments