Skip to content

Commit

Permalink
refactor: slight revision to page width for editor
Browse files Browse the repository at this point in the history
  • Loading branch information
erichartline committed May 29, 2019
1 parent cb5fb7d commit f7e4bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/editor/toolbar/EditorToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const styles = theme => ({
padding: "1px",
},
saveButton: {
marginTop: "5px",
width: "100%",
backgroundColor: "#15317e",
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/EditablePages/EditInfoPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const EditInfoPage = (props: Props) => {

return (
<Grid container justify="center">
<Grid item xs={11} lg={7}>
<Grid item xs={11} lg={8}>
<EditorStyle>
<PageEditor page={page} match={match} />
</EditorStyle>
Expand Down

0 comments on commit f7e4bc9

Please sign in to comment.