Skip to content

Commit d426f02

Browse files
authored
feat: add styles for long value (#230)
1 parent d6bf24d commit d426f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/kit/components/LongValue/LongValue.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
max-width: 100%;
55
overflow: hidden;
66
text-overflow: ellipsis;
7+
white-space: nowrap;
78

89
&_open {
910
white-space: pre-wrap;

0 commit comments

Comments
 (0)