Browse Source

fix: Description full width (#29630)

pull/29636/head
二货机器人 4 years ago
committed by GitHub
parent
commit
55a63a67da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      components/table/style/index.less

9
components/table/style/index.less

@ -497,8 +497,13 @@
} }
// 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 {
width: auto; display: flex;
table {
flex: auto;
width: auto;
}
} }
} }

Loading…
Cancel
Save