diff --git a/src/components/editor/toolbar/EditorToolbar.js b/src/components/editor/toolbar/EditorToolbar.js index 5f2720c0c..44bb84344 100644 --- a/src/components/editor/toolbar/EditorToolbar.js +++ b/src/components/editor/toolbar/EditorToolbar.js @@ -88,6 +88,7 @@ const styles = theme => ({ padding: "1px", }, saveButton: { + marginTop: "5px", width: "100%", backgroundColor: "#15317e", }, diff --git a/src/components/pages/EditablePages/EditInfoPage.js b/src/components/pages/EditablePages/EditInfoPage.js index 368c3cd8f..24e7625fd 100644 --- a/src/components/pages/EditablePages/EditInfoPage.js +++ b/src/components/pages/EditablePages/EditInfoPage.js @@ -22,7 +22,7 @@ const EditInfoPage = (props: Props) => { return ( - +