We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12335c commit 22a6781Copy full SHA for 22a6781
.github/workflows/e2e.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run ci:e2e
35
- name: Upload artifacts on failure
36
if: failure()
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: e2e-artifacts
40
path: ./artifacts
onboarding/src/scss/_general.scss
@@ -66,8 +66,10 @@ iframe {
66
67
.ob-container-inner {
68
max-width: 1400px;
69
- margin: 0 auto;
70
- width: 100%;
+ margin: 0 auto;
+ width: 100%;
71
+ padding: 25px;
72
+ box-sizing: border-box;
73
}
74
75
.ob-container {
0 commit comments