8000
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 6e1dab3 commit 6068e06Copy full SHA for 6068e06
web-app/src/containers/Tutorial/containers/Review.tsx
@@ -11,7 +11,6 @@ interface Props {
11
const styles = {
12
container: {
13
height: 'auto',
14
- width: '100%',
15
display: 'flex' as 'flex',
16
flexDirection: 'column' as 'column',
17
},
web-app/src/containers/Tutorial/index.tsx
@@ -19,6 +19,7 @@ import CompletedBanner from './components/CompletedBanner'
19
20
21
page: {
22
+ width: '100vw',
23
paddingBottom: '5rem',
24
25
header: {
0 commit comments