Hacker News new | ask | show | jobs
by Timmy_C 5211 days ago
I think you should fork it and rewrite the CSS for the dashboard. The markup for the code snippets is just <pre> elements. You could set the white-space to 'pre-line' for those elements to take care of the width issue.
1 comments

I just tried setting white-space to "pre-wrap" and it improves the interface greatly. It still needs a lot of work though to make it pleasant to use.
The tool obviously works best with a fairly wide browser window, but patches are more than welcome to improve the CSS, which is obviously kind of primitive. For simple stuff, filing an issue would be great--no need for a full-blown pull request.