Skip to content

Commit 48b2dd4

Browse files
authoredMar 28, 2022
style(Descriptions): 修复Item的 label不会自动换行 #707 (#719)
1 parent 3b3bc7b commit 48b2dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-descriptions/src/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
&-item {
3030
&-label {
3131
font-size: 14px;
32-
white-space: nowrap;
32+
// white-space: nowrap;
3333
font-weight: normal;
3434
&::after {
3535
position: relative;

0 commit comments

Comments
 (0)
Please sign in to comment.