Skip to content

Commit 0de5a0c

Browse files
committed
fix(truncate): updated white-space
1 parent 07a1614 commit 0de5a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/patternfly/components/Truncate/truncate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.#{$truncate}__end {
1717
overflow: hidden;
1818
text-overflow: ellipsis;
19-
white-space: nowrap;
19+
white-space: pre;
2020
}
2121

2222
.#{$truncate}__start {

0 commit comments

Comments
 (0)