Skip to content

Commit

Permalink
#6782 Matrix with detail - no headers, icons cut - decrease header
Browse files Browse the repository at this point in the history
Fixes #6782
  • Loading branch information
novikov82 committed Aug 26, 2023
1 parent 35400d0 commit dd5f2d9
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 @@ -153,7 +153,7 @@
}

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

.sd-matrixdropdown .sd-table__cell--header.sd-table__cell--action {
Expand All @@ -162,7 +162,7 @@
}

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

&.sd-table__cell--dropdown,
&.sd-table__cell--rating {
Expand Down

0 comments on commit dd5f2d9

Please sign in to comment.