Skip to content

Commit

Permalink
fix: Fix standaloneView width (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Apr 18, 2024
1 parent 8a69029 commit 5042c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/views/standalone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const standaloneView = async (req: NaviRequest) => {

return (
<PublicLayout>
<Box component="main" id="main-content">
<Box component="main" id="main-content" sx={{ width: "100%" }}>
<View />
</Box>
</PublicLayout>
Expand Down

0 comments on commit 5042c7b

Please sign in to comment.