Skip to content

Commit 3c0b3b0

Browse files
committed
fix: keep the key name without line breaks
1 parent 4568b95 commit 3c0b3b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/TreeNode/styles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
color: @comment-color;
8484
}
8585

86+
.@{css-prefix}-key {
87+
white-space: nowrap;
88+
}
89+
8690
.@{css-prefix}-value {
8791
word-break: break-word;
8892
}

0 commit comments

Comments
 (0)