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
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss18
1 files changed, 17 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index c16cfe929..cd6c6ea2d 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -24,6 +24,21 @@ div.ProseMirror {
font-size: 14px;
}
+ li label.checkbox-label {
+ width: 100%;
+ display: flex;
+ margin-top: 10px;
+
+ &:before {
+ position: relative;
+ top: 2px;
+ }
+ div.checkbox-wrapper {
+ & > p {
+ margin-top: -1px;
+ }
+ }
+ }
p:first-child,
h1:first-child,
h2:first-child,
@@ -127,7 +142,8 @@ div.ProseMirror {
}
ul, ol {
- padding-left: 14px;
+ padding-left: 10px;
+ margin-left: 10px;
}
ul li {