Skip to content

Commit 825af0c

Browse files
committed
fix: width
1 parent 5437310 commit 825af0c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/app/rollupscan/batch/[batchIndex]/blocks/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const Blocks = () => {
2626
<Box
2727
className="wrapper mx-auto"
2828
sx={{
29+
maxWidth: "130rem",
2930
marginBottom: "16rem",
3031
"& *": {
3132
fontFamily: "var(--developer-page-font-family) !important",

src/app/rollupscan/batch/[batchIndex]/chunk/[chunkIndex]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const Chunk = props => {
7272
<Box
7373
className="wrapper mx-auto"
7474
sx={{
75+
maxWidth: "130rem",
7576
marginBottom: "16rem",
7677
"& *": {
7778
fontFamily: "var(--developer-page-font-family) !important",

src/app/rollupscan/batch/[batchIndex]/chunks/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const Blocks = () => {
2323
<Box
2424
className="wrapper mx-auto"
2525
sx={{
26+
maxWidth: "130rem",
2627
marginBottom: "16rem",
2728
"& *": {
2829
fontFamily: "var(--developer-page-font-family) !important",

0 commit comments

Comments
 (0)