mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
Revert "fix(Descriptions): style bordered table overflow" (#50891)
This commit is contained in:
parent
91130b715e
commit
ef10661dec
@ -62,7 +62,6 @@ const genBorderedStyle = (token: DescriptionsToken): CSSObject => {
|
|||||||
return {
|
return {
|
||||||
[`&${componentCls}-bordered`]: {
|
[`&${componentCls}-bordered`]: {
|
||||||
[`> ${componentCls}-view`]: {
|
[`> ${componentCls}-view`]: {
|
||||||
overflow: 'hidden',
|
|
||||||
border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorSplit}`,
|
border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorSplit}`,
|
||||||
'> table': {
|
'> table': {
|
||||||
tableLayout: 'auto',
|
tableLayout: 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user