Skip to content

Commit

Permalink
Fix widths
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 15, 2024
1 parent 99982c0 commit 1509763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const pagesListViewQuickEditRoute = {
preview: <Editor />,
edit: <PageQuickEdit />,
},
width: {
widths: {
content: 380,
edit: 380,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const pagesListViewRoute = {
preview: <Editor />,
mobile: <PageList />,
},
width: {
widths: {
content: 380,
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const pagesViewQuickEditRoute = {
mobile: <PageList />,
edit: <PageQuickEdit />,
},
width: {
widths: {
edit: 380,
},
};

0 comments on commit 1509763

Please sign in to comment.