diff --git a/notes-webapp/src/main/webapp/skin/less/notes/notes.less b/notes-webapp/src/main/webapp/skin/less/notes/notes.less index 37b5f12354..fbdc908be5 100644 --- a/notes-webapp/src/main/webapp/skin/less/notes/notes.less +++ b/notes-webapp/src/main/webapp/skin/less/notes/notes.less @@ -81,10 +81,8 @@ margin-top: 102px; .notes-content-form { - background: white; - margin: 20px 14% 0 14% !important; + margin: 20px auto !important; min-height: calc(~"100vh - 140px"); - #cke_notesContent { border-color: transparent; flex: 0 1 100%; @@ -198,7 +196,6 @@ .notes-application-content { overflow: auto; min-height: calc(~"100vh - 350px"); - margin: 4px; } } diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue index 45ec711766..de17d8a9f2 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue @@ -76,8 +76,8 @@
-
-
+
+
-
+