Skip to content

Commit 22a6781

Browse files
committed
chore: update e2e deprecated action
1 parent c12335c commit 22a6781

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run ci:e2e
3535
- name: Upload artifacts on failure
3636
if: failure()
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: e2e-artifacts
4040
path: ./artifacts

onboarding/src/scss/_general.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ iframe {
6666

6767
.ob-container-inner {
6868
max-width: 1400px;
69-
margin: 0 auto;
70-
width: 100%;
69+
margin: 0 auto;
70+
width: 100%;
71+
padding: 25px;
72+
box-sizing: border-box;
7173
}
7274

7375
.ob-container {

0 commit comments

Comments
 (0)