aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/markup/content.less
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/less/markup/content.less')
-rw-r--r--web_src/less/markup/content.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/web_src/less/markup/content.less b/web_src/less/markup/content.less
index 71e98652c8..b8dafe3511 100644
--- a/web_src/less/markup/content.less
+++ b/web_src/less/markup/content.less
@@ -536,6 +536,14 @@
}
}
+.markup-render {
+ display: block;
+ border: none;
+ width: 100%;
+ height: var(--height-loading); // actual height is set in JS after loading
+ overflow: hidden;
+}
+
.markup-block-error {
margin-bottom: 0 !important;
border-bottom-left-radius: 0 !important;