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.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/highlight.scss b/app/assets/stylesheets/framework/highlight.scss
index ee6e53adaf7..73a2170fc68 100644
--- a/app/assets/stylesheets/framework/highlight.scss
+++ b/app/assets/stylesheets/framework/highlight.scss
@@ -30,7 +30,6 @@
.line {
display: block;
width: 100%;
- min-height: 1.5em;
padding-left: 10px;
padding-right: 10px;
white-space: pre;
@@ -48,10 +47,10 @@
font-family: $monospace-font;
display: block;
font-size: $code-font-size !important;
- min-height: 1.5em;
white-space: nowrap;
- i {
+ i,
+ svg {
float: left;
margin-top: 3px;
margin-right: 5px;
@@ -62,12 +61,20 @@
&:focus {
outline: none;
- i {
+ i,
+ svg {
visibility: visible;
}
}
}
}
+
+ pre .line,
+ .line-numbers a {
+ font-size: 0.8125rem;
+ line-height: 1.1875rem;
+ min-height: 1.1875rem;
+ }
}
// Vertically aligns <table> line numbers (eg. blame view)