daleanthony / uno

Uno - a minimal, responsive theme for Ghost
492 stars 162 forks source link

content inside code box overflows #20

Closed mattmezza closed 9 years ago

mattmezza commented 10 years ago

Especially when rendering mobile layout, source code is likely to overflow the code box. This causes the layout to not render properly. issue Probably an overflow-x: scroll; property for the code tag may solve this problem. https://github.com/mattmezza/Uno/commit/e500463d744db83da35a1640b17b9286c288d55f

seanmckaybeck commented 10 years ago

This also happens on desktop.

mattmezza commented 10 years ago

Got no time to make a pull request, but this commit should do the trick...