donejs / bit-docs-donejs-theme

The plugins to produce the DoneJS site.
https://www.npmjs.com/package/bit-docs-donejs-theme
MIT License
2 stars 2 forks source link

Code highlight css should be inline not block #56

Closed leoj3n closed 7 years ago

leoj3n commented 7 years ago

Block:

image

Inline:

image

https://github.com/donejs/bit-docs-donejs-theme/blob/master/static/styles/_donejs-typography.less#L22

Should be removed (line should not be made block, it should remain inline).

leoj3n commented 7 years ago

Seems to have been and is now fixed by changing the overflow scroll container to have display: inline-block. That's a better solution, and it looks great now, so closing this issue.