Skip to content

Commit d877b3f

Browse files
author
sqchen
committed
fix: Using ellipsis in the grid component does not wrap
1 parent e89cf40 commit d877b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/common-ui/src/components/ellipsis-text/ellipsis-text.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function handleExpand() {
129129
'-webkit-line-clamp': isExpand ? '' : line,
130130
'max-width': textMaxWidth,
131131
}"
132-
class="cursor-text overflow-hidden"
132+
class="cursor-text overflow-hidden whitespace-normal"
133133
@click="handleExpand"
134134
v-bind="$attrs"
135135
>

0 commit comments

Comments
 (0)