This website works better with JavaScript
Home
Explore
Help
Sign In
gitoyen
/
site
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix overflow on pre tags
Maxime Vidori
9 years ago
parent
b9bb924fb1
commit
a4ad8570e9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
theme/static/css/pygment.css
+ 1
- 0
theme/static/css/pygment.css
View File
@@ -2,6 +2,7 @@ pre {
padding: 5px;
margin: 0;
font-size: 12px;
+ overflow: scroll;
}
code {