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:
Diffstat (limited to 'css/prosemirror.scss')
-rw-r--r--css/prosemirror.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index cd6c6ea2d..d21017a94 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -28,14 +28,18 @@ div.ProseMirror {
width: 100%;
display: flex;
margin-top: 10px;
+ margin-bottom: 1em;
&:before {
position: relative;
top: 2px;
}
div.checkbox-wrapper {
+ margin-bottom: -1em;
& > p {
margin-top: -1px;
+ margin-bottom: 0;
+ padding-bottom: 10px;
}
}
}