Skip to content

Commit

Permalink
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/defaultCss/cssmodern.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ export var modernCss = {
header: "sv-title sv-container-modern__title",
headerClose: "sv-container-modern__close",
bodyContainer: "sv-components-row",
body: "sv-components-column sv-components-column--expandable sv-body",
body: "sv-body",
bodyEmpty: "sv-body sv-body--empty",
footer: "sv-footer sv-body__footer sv-clearfix",
title: "",
2 changes: 1 addition & 1 deletion src/defaultCss/cssstandard.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ export var defaultStandardCss = {
container: "sv_container",
header: "sv_header",
bodyContainer: "sv-components-row",
body: "sv-components-column sv-components-column--expandable sv_body",
body: "sv_body",
bodyEmpty: "sv_body sv_body_empty",
footer: "sv_nav",
title: "",
2 changes: 1 addition & 1 deletion src/defaultCss/defaultV2Css.ts
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ export var defaultV2Css = {
container: "sd-container-modern",
header: "sd-title sd-container-modern__title",
bodyContainer: "sv-components-row",
body: "sv-components-column sv-components-column--expandable sd-body",
body: "sd-body",
bodyWithTimer: "sd-body--with-timer",
clockTimerRoot: "sd-timer",
clockTimerRootTop: "sd-timer--top",
2 changes: 2 additions & 0 deletions src/defaultV2-theme/blocks/sd-body.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import "../defaultV2-theme/mixins.scss";

.sd-body {
width: 100%;
box-sizing: border-box;

.sd-body__page {
min-width: min(100%, 300px);
2 changes: 1 addition & 1 deletion tests/markup/snapshots/survey-navigation.snap.html
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<div class="sv_container">
<div class="sv-components-row">
<div class="sv-components-column sv-components-column--expandable">
<div class="sv_body sv_body--static sv-components-column sv-components-column--expandable" id="testidpage0">
<div class="sv_body sv_body--static" id="testidpage0">
<div class="sv_p_root">
<div class="sv_row">
<div style="flex:1 1 100%; max-width:100%; min-width:min(100%, 300px);">

0 comments on commit 98675d2

Please sign in to comment.