Skip to content

Commit

Permalink
[QuestionHeader] Adjust padding x to match app bar padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanem committed Nov 26, 2024
1 parent 2e3d32c commit 9d85180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pwa/QuestionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function QuestionHeader() {
<Divider />
</Grid>
<Grid item xs={12}>
<Box sx={{ px: 2, py: 1 }}>
<Box sx={{ px: 1, py: 1 }}>
<Progress />
</Box>
</Grid>
Expand Down

0 comments on commit 9d85180

Please sign in to comment.