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:
authorMax <max@nextcloud.com>2022-10-18 08:56:35 +0300
committermax-nextcloud <max@nextcloud.com>2022-10-20 00:56:18 +0300
commitb3461c30fde4997e407299ef832bf0df7378c253 (patch)
tree7b5f0e9e249140863413fb895c187d07c96264c3
parent8a1ea2bc1de166f08f9988668a65896568a2478e (diff)
fix: adjust margin for hr
fixes #1889. Signed-off-by: Max <max@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
-rw-r--r--css/prosemirror.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 24d45b472..2844fb33b 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -147,7 +147,7 @@ div.ProseMirror {
hr {
padding: 2px 0;
border: none;
- margin: 3em 0;
+ margin: 2em 0;
width: 100%;
}