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:25:47 +0300
committerJulius Härtl <jus@bitgrid.net>2021-03-11 20:23:45 +0300
commitd5118829594b2b77fb179897c12ab2f142274d6b (patch)
tree9a7276c168578867373fe30ad91bedb0d1031f6a /css
parent88b54b93555e18144680adfbe3b1681c37aa56cd (diff)
Increase whitespace above and below hr to emphasize separation
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 511b2f2d6..14b5a483c 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -127,7 +127,7 @@ div.ProseMirror {
hr {
padding: 2px 0;
border: none;
- margin: 1em 0;
+ margin: 3em 0;
width: 100%;
}