Skip to content

Commit

Permalink
fix: Fix standaloneView width
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Apr 17, 2024
1 parent 8186afc commit f303333
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 f303333

Please sign in to comment.