summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/highlight.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/highlight.scss')
-rw-r--r--app/assets/stylesheets/framework/highlight.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/highlight.scss b/app/assets/stylesheets/framework/highlight.scss
index 73a2170fc68..b4a1d9f9977 100644
--- a/app/assets/stylesheets/framework/highlight.scss
+++ b/app/assets/stylesheets/framework/highlight.scss
@@ -33,6 +33,10 @@
padding-left: 10px;
padding-right: 10px;
white-space: pre;
+
+ &:empty::before {
+ content: '\200b';
+ }
}
}
}
@@ -46,7 +50,6 @@
a {
font-family: $monospace-font;
display: block;
- font-size: $code-font-size !important;
white-space: nowrap;
i,