Browse Source

Fixes highlight issue for code blocks with overflow

main
John Ryan 9 years ago
parent
commit
9c8f082268
  1. 2
      css/react.scss

2
css/react.scss

@ -743,6 +743,8 @@ p a code {
margin-bottom: 0;
background-color: transparent;
border: 0;
float: left;
min-width: 100%;
}
.highlight pre code {

Loading…
Cancel
Save