Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/prosemirror.scss2
-rw-r--r--src/components/EditorWrapper.vue5
2 files changed, 1 insertions, 6 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 6d6f45423..818ee8107 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -7,7 +7,7 @@
white-space: pre-wrap;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
- padding: 4px 8px 4px 14px;
+ padding: 4px 8px 200px 14px;
line-height: 150%;
font-size: 14px;
outline: none;
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index e4b1ab798..0f606378c 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -462,11 +462,6 @@ export default {
.editor__content {
max-width: 670px;
margin: auto;
- & /deep/ .ProseMirror {
- margin: 0;
- padding: 14px;
- padding-bottom: 200px;
- }
}
#body-public {