Fixes highlight issue for code blocks with overflow

This commit is contained in:
John Ryan
2016-01-29 16:46:16 -08:00
parent 3413fec4a4
commit 9c8f082268

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 {