Skip to content

Commit

Permalink
fix(theme-chalk): [table] the cell missing padding style (#11456)
Browse files Browse the repository at this point in the history
closed #11434
  • Loading branch information
tolking authored Feb 7, 2023
1 parent 4d569aa commit 3d747a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en-US/component/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ table/table-layout
| max-height | Table's max-height. The legal value is a number or the height in px. | string / number | β€” | β€” |
| stripe | whether Table is striped | boolean | β€” | false |
| border | whether Table has vertical border | boolean | β€” | false |
| size | size of Table | string | large / default /small | default |
| size | size of Table | string | large / default /small | β€” |
| fit | whether width of column automatically fits its container | boolean | β€” | true |
| show-header | whether Table header is visible | boolean | β€” | true |
| highlight-current-row | whether current row is highlighted | boolean | β€” | false |
Expand Down
1 change: 1 addition & 0 deletions packages/theme-chalk/src/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
white-space: normal;
word-break: break-all;
line-height: 23px;
padding: 0 12px;

&.#{$namespace}-tooltip {
white-space: nowrap;
Expand Down

1 comment on commit 3d747a0

@fdddf
Copy link

@fdddf fdddf commented on 3d747a0 Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wish a new version released with this fixed

Please sign in to comment.