Commit 9bc315bb2573f6925b1758ce90dab5fd6fbfc690

Authored by Dmitriy Zaporozhets
2 parents b772c2c3 d3b38109

Merge pull request #2211 from jojosch/fix-dark-code-preview

fix dark code preview background when displaying long lines
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/highlight/dark.scss
... ... @@ -2,6 +2,7 @@
2 2 pre {
3 3 background-color: #333;
4 4 color: #eee;
  5 + float: left;
5 6 }
6 7  
7 8 .hll { display: block; background-color: darken($hover, 65%) }
... ...