mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: Description full width (#29630)
This commit is contained in:
parent
ef4b67d4c4
commit
55a63a67da
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user