Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent overflown and unscrollable code samples on small-width screens
  • Loading branch information
zoffixznet committed Aug 22, 2015
1 parent 11e098f commit 94175a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/css/style.css
Expand Up @@ -31,6 +31,7 @@ pre {
border: 1px solid #CFCFCF;
padding: 0.6ex;
color: black;
overflow: auto;
}

pre a, pre a:visited, pre a:link {
Expand Down

0 comments on commit 94175a6

Please sign in to comment.