FormidableLabs / electron-webpack-dashboard

Electron Desktop GUI for Webpack Dashboard
http://formidable.com/blog/2017/introducing-electron-webpack-dashboard/
MIT License
2.71k stars 78 forks source link

Layout bug - Logs aren't being word wrapped or scrolled #51

Open danbovey opened 7 years ago

danbovey commented 7 years ago

GIF of bug: https://i.imgur.com/yIrtI9l.gifv

Probably need to set a max width on the Logs component and make it scroll both horizontally and vertically.

ElreyB commented 6 years ago

@danbovey I am working on this issue and was wondering if you are still having the same bug? Looking over the code base and the css rules that are applied to that container, it should prevent the bug that is happening in the GIF. If you are still encountering the bug any addition information would help us determine the source of the bug. Thanks in advance.