Skip to content

Commit bfb04b3

Browse files
committedFeb 25, 2025·
Merge branch 'main' into automatic-release
2 parents 5b0085c + 7f547a3 commit bfb04b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎src/components/_common/user-tests/UserTests.module.scss

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.wrapper {
22
width: 100%;
3-
margin-top: var(--a-spacing-10);
4-
53
& > * {
64
max-width: 600px;
75
width: 100%;

‎src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}
88

99
.header {
10+
margin-top: var(--a-spacing-10);
1011
border: 2px black solid;
1112
border-left-width: 0;
1213
border-right-width: 0;

‎src/components/_common/user-tests/variants/UserTestVariant.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use 'common' as common;
22

33
.testVariant {
4+
margin-top: var(--a-spacing-10);
45
padding: var(--a-spacing-6);
56
background-color: var(--a-orange-100);
67
border-radius: common.$border-radius-xlarge;

0 commit comments

Comments
 (0)
Please sign in to comment.