Skip to content

Commit

Permalink
#6782 Matrix with detail - no headers, icons cut - remove widths from…
Browse files Browse the repository at this point in the history
… matrixdropdown columns

Fixes #6782
  • Loading branch information
novikov82 committed Aug 24, 2023
1 parent 5bbcc0f commit db35233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,14 @@
}
.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty) {
min-width: calcSize(14);
width: calcSize(14);

&.sd-table__cell--dropdown,
&.sd-table__cell--rating {
min-width: calcSize(22);
width: calcSize(22);
}

&.sd-table__cell--boolean {
min-width: calcSize(18);
width: calcSize(18);
}
}

Expand Down

0 comments on commit db35233

Please sign in to comment.