fix(style) file names that conatains Chinese characters breaks the line

This commit is contained in:
coderaiser 2015-07-08 04:59:42 -04:00
parent 7e9ed37b18
commit b91aea942b

View file

@ -221,6 +221,10 @@ body, pre, code {
list-style-type: none;
}
.files li {
overflow: hidden;
}
a {
text-decoration:none;
}