Skip to content

Commit

Permalink
fix(theme:table): fix table image spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 23, 2023
1 parent a171d50 commit fab9cfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/theme/system/antd/_table.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
.img {
max-width: @nz-table-img-max-width;
max-height: @nz-table-img-max-height;
margin-right: @nz-table-img-margin-right;
vertical-align: middle;
border-radius: @nz-table-img-radius;

&:not(:last-child) {
margin-right: @nz-table-img-margin-right;
}
}
}

Expand Down

0 comments on commit fab9cfe

Please sign in to comment.