Skip to content

Commit 9bc315b

Browse files
committed
Merge pull request gitlabhq#2211 from jojosch/fix-dark-code-preview
fix dark code preview background when displaying long lines
2 parents b772c2c + d3b3810 commit 9bc315b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/highlight/dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pre {
33
background-color: #333;
44
color: #eee;
5+
float: left;
56
}
67

78
.hll { display: block; background-color: darken($hover, 65%) }

0 commit comments

Comments
 (0)