diff --git a/src/components/_common/user-tests/UserTests.module.scss b/src/components/_common/user-tests/UserTests.module.scss index bef621c56..21eddf7fb 100644 --- a/src/components/_common/user-tests/UserTests.module.scss +++ b/src/components/_common/user-tests/UserTests.module.scss @@ -1,7 +1,5 @@ .wrapper { width: 100%; - margin-top: var(--a-spacing-10); - & > * { max-width: 600px; width: 100%; diff --git a/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss b/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss index 3231bfc71..ea22aeb70 100644 --- a/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss +++ b/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss @@ -7,6 +7,7 @@ } .header { + margin-top: var(--a-spacing-10); border: 2px black solid; border-left-width: 0; border-right-width: 0; diff --git a/src/components/_common/user-tests/variants/UserTestVariant.module.scss b/src/components/_common/user-tests/variants/UserTestVariant.module.scss index 2075e087e..193ed0f6f 100644 --- a/src/components/_common/user-tests/variants/UserTestVariant.module.scss +++ b/src/components/_common/user-tests/variants/UserTestVariant.module.scss @@ -1,6 +1,7 @@ @use 'common' as common; .testVariant { + margin-top: var(--a-spacing-10); padding: var(--a-spacing-6); background-color: var(--a-orange-100); border-radius: common.$border-radius-xlarge;