Merge pull request #5946 from tjfryan/fix-docs-css

Fixes highlight issue for code blocks with overflow (css)
This commit is contained in:
Jim
2016-01-29 17:33:44 -08:00
+2
View File
@@ -743,6 +743,8 @@ p a code {
margin-bottom: 0;
background-color: transparent;
border: 0;
float: left;
min-width: 100%;
}
.highlight pre code {