Skip to content

Commit

Permalink
height in multiple row #6799
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Novikov committed Aug 31, 2023
1 parent 1dfec5a commit 34fd228
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/defaultV2-theme/blocks/sd-row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,22 @@
margin-left: calc(-1 * var(--sd-base-padding));
width: calc(100% + var(--sd-base-padding));
}
.sd-row__panel {
height: 100%
}

.sd-row__question {
height: 100%
}
}

.sd-row__panel {
box-sizing: border-box;
width: 100%;
height: 100%
}

.sd-row__question {
box-sizing: border-box;
width: 100%;
white-space: nowrap;
height: 100%
}

0 comments on commit 34fd228

Please sign in to comment.