summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2012-12-07 13:11:51 +0100
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2012-12-15 11:44:30 +0100
commitd3b3810928a62f4fc5d2c68cdd7375006cb0a8b5 (patch)
tree29137c0ced1c3f183fc507b7e2172470fe48bf4d
parent0f7d3f591cea40d922250260326892ed49275968 (diff)
downloadgitlab-ce-d3b3810928a62f4fc5d2c68cdd7375006cb0a8b5.tar.gz
fix dark code preview background when displaying long lines
-rw-r--r--app/assets/stylesheets/highlight/dark.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index 4196ea7ad29..178bd583aec 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -2,6 +2,7 @@
pre {
background-color: #333;
color: #eee;
+ float: left;
}
.hll { display: block; background-color: darken($hover, 65%) }