Skip to content

Commit bca7250

Browse files
committed
fix(uui-card-content-node): allow text to overflow anywhere just like the other cards
1 parent 35af91f commit bca7250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-card-content-node/lib/uui-card-content-node.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export class UUICardContentNodeElement extends UUICardElement {
181181
-webkit-box-orient: vertical;
182182
overflow: hidden;
183183
text-overflow: ellipsis;
184+
overflow-wrap: anywhere;
184185
}
185186
186187
#content {

0 commit comments

Comments
 (0)