Skip to content

Commit

Permalink
fix: expand icon row-indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
turdiyev committed Nov 22, 2022
1 parent 2de26c0 commit b593eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/table/style/expand.tsx
Expand Up @@ -48,6 +48,7 @@ const genExpandStyle: GenerateStyle<TableToken, CSSObject> = (token) => {

[`${componentCls}-row-indent`]: {
height: 1,
float: 'left',
},

[`${componentCls}-row-expand-icon`]: {
Expand Down

0 comments on commit b593eb9

Please sign in to comment.