Skip to content

Commit

Permalink
fix(style): avoid unwanted scrollers for pre blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Dec 4, 2015
1 parent a2ecfeb commit 82f25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ body:hover .latest {
pre {
padding: 1em;
margin: 0 0 1.8rem;
overflow-x: scroll;
overflow-x: auto;
font-size: 80%;
line-height: (@line-height * 1.2);
background: fade(#08f, 4%);
Expand Down

0 comments on commit 82f25e2

Please sign in to comment.