Skip to content

Commit

Permalink
Update style.css to have horizontal scrolling for long URLs
Browse files Browse the repository at this point in the history
Although it is not recommended to have long URLs, but it can happen due to huge amount of parameters available.

Currently the URL will overflow out of the black rectangle box and appear 'invisible' due to white font on top of white background
  • Loading branch information
lmk1988 authored Mar 8, 2017
1 parent 2df7cb4 commit 53a0902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ pre {
border-radius: 6px;
position: relative;
margin: 10px 0 20px 0;
overflow-x: auto;
}

pre.prettyprint {
Expand Down

0 comments on commit 53a0902

Please sign in to comment.