Closed mattmezza closed 9 years ago
Especially when rendering mobile layout, source code is likely to overflow the code box. This causes the layout to not render properly. Probably an overflow-x: scroll; property for the code tag may solve this problem. https://github.com/mattmezza/Uno/commit/e500463d744db83da35a1640b17b9286c288d55f
overflow-x: scroll;
This also happens on desktop.
Got no time to make a pull request, but this commit should do the trick...
Especially when rendering mobile layout, source code is likely to overflow the code box. This causes the layout to not render properly. Probably an
overflow-x: scroll;
property for the code tag may solve this problem. https://github.com/mattmezza/Uno/commit/e500463d744db83da35a1640b17b9286c288d55f