Skip to content

Commit

Permalink
#6717 - critical case
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 17, 2023
1 parent fa6a36c commit bd1e4f0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,27 @@

.sd-question--table {
&:not(.sd-element--with-frame) {
padding-top: calcSize(0.25);
margin-top: calcSize(-0.25);
padding-top: calcSize(3);
margin-top: calcSize(-3);
padding-bottom: calcSize(0.25);
margin-bottom: calcSize(-0.25);
}
}
.sd-question--table>.sd-question__content>.sd-table-wrapper .sd-table:not(.sd-table--no-header) {
margin-top: calcSize(-3);
}

&>.sd-row:not(:first-child) .sd-question--table>.sd-question__content>.sd-table-wrapper .sd-table:not(.sd-table--no-header) {
margin-top: calcSize(-2);
}

.sd-question--table>.sd-question__header+.sd-question__content>.sd-table-wrapper .sd-table:not(.sd-table--no-header) {
margin-top: calcSize(0);
}

&>.sd-row:not(:first-child) .sd-question--table>.sd-question__header+.sd-question__content>.sd-table-wrapper .sd-table:not(.sd-table--no-header) {
margin-top: calcSize(0);
}
}
.sd-table--alternate-rows {
margin-left: calcSize(1);
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd1e4f0

Please sign in to comment.