Skip to content

Commit

Permalink
Merge pull request #7 from mmalecki/fix-overflow-in-pre
Browse files Browse the repository at this point in the history
Fix overflow on `pre` elements
  • Loading branch information
bcoe committed Apr 19, 2015
2 parents 938e0de + 6194b7e commit fa9975c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/atom.less
Expand Up @@ -2,7 +2,7 @@

pre {
padding: 5px;
overflow: scroll;
overflow: auto;

font-family: 'Inconsolata', ;
background-color: @syntax-background-color;
Expand Down

0 comments on commit fa9975c

Please sign in to comment.