Commit d3b3810928a62f4fc5d2c68cdd7375006cb0a8b5

Authored by Johannes Schleifenbaum
1 parent 0f7d3f59

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%) }
... ...