Skip to content

Commit

Permalink
#6642 - fixed for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 13, 2023
1 parent 28a40e1 commit 8c10705
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 @@ -15,11 +15,11 @@
border-bottom: calcSize(1) solid transparent;
background-clip: padding-box;
}
.sd-table__row:first-child>.sd-table__cell {
.sd-table__row:first-of-type>.sd-table__cell {
border-top: 0;
}

.sd-table__row:last-child>.sd-table__cell {
.sd-table__row:last-of-type>.sd-table__cell {
border-bottom: 0;
}

Expand Down

0 comments on commit 8c10705

Please sign in to comment.