fix: Description full width (#29630)

This commit is contained in:
二货机器人 2021-03-05 17:25:27 +08:00 committed by GitHub
parent ef4b67d4c4
commit 55a63a67da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,8 +497,13 @@
}
// https://github.com/ant-design/ant-design/issues/25573
.@{descriptions-prefix-cls}-view table {
width: auto;
.@{descriptions-prefix-cls}-view {
display: flex;
table {
flex: auto;
width: auto;
}
}
}