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-03-16 14:06:26 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:23 +0300
commit11ccb112ee263c58eed86f7747cb257ade933116 (patch)
tree108b22759b2a9170ce2171362e63e7fb8a638cda
parent7481eee6ab3bb0fccfd1a8ff5f753282d792690f (diff)
style: margin below a table to keep them separated
Signed-off-by: Max <max@nextcloud.com>
-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);