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.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 71690d460..7c7bf5d3b 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -258,6 +258,11 @@ div.ProseMirror {
width: 100%;
table-layout: fixed;
white-space: normal; // force text to wrapping
+ margin-bottom: 1em;
+ + & {
+ margin-top: 1em;
+ }
+
td, th {
border: 1px solid var(--color-border);