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:
authorJan C. Borchardt <hey@jancborchardt.net>2021-03-01 16:26:08 +0300
committerJulius Härtl <jus@bitgrid.net>2021-03-11 20:23:45 +0300
commit1966f4aa2ee67bf776eb91db3abdc8ffd6c294df (patch)
tree8ab7ea29b918ba2545217720cb1b4c6280c65ee4 /css
parentd5118829594b2b77fb179897c12ab2f142274d6b (diff)
Add bottom margin to lists so they have the same as paragraphs
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 14b5a483c..a512e69c1 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -166,6 +166,7 @@ div.ProseMirror {
ul, ol {
padding-left: 10px;
margin-left: 10px;
+ margin-bottom: 1em;
}
ul li {