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,10 +497,15 @@
} }
// https://github.com/ant-design/ant-design/issues/25573 // https://github.com/ant-design/ant-design/issues/25573
.@{descriptions-prefix-cls}-view table { .@{descriptions-prefix-cls}-view {
display: flex;
table {
flex: auto;
width: auto; width: auto;
} }
} }
}
// With fixed // With fixed
.@{table-prefix-cls}-expanded-row-fixed { .@{table-prefix-cls}-expanded-row-fixed {