Skip to content

Commit

Permalink
Matrix with detail - no headers, icons cut
Browse files Browse the repository at this point in the history
Fixes #6782
  • Loading branch information
Aleksey Novikov committed Aug 25, 2023
1 parent e8347c2 commit 35400d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
text-align: center;

&:not(.sd-table__cell--empty):not(.sd-table__cell--actions):not(:empty) {
min-width: calcSize(16);
min-width: calcSize(15);
}
}

Expand Down Expand Up @@ -148,7 +148,7 @@
padding: calcSize(1.5) calcSize(1);

&:not(.sd-table__cell--empty) {
min-width: calcSize(16);
min-width: calcSize(15);
}
}

Expand Down

0 comments on commit 35400d0

Please sign in to comment.