mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: Description full width (#29630)
This commit is contained in:
parent
ef4b67d4c4
commit
55a63a67da
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user