Open
Description
The problem
When a log's message is too long, it extends outside the screen or browser width forcing users to scroll right to read the full message.
That is inconvenient as users may not get a glance at the full log without scrolling right.
Your suggestion
The content of the full table should be bounded to the size of the browser window where the Log Viewer is loaded. By default, the width of the table should be as wide as the browser's width minus a padding. The table size and the content should be responsive. As the window's width increases (e.g., by moving it to a wider screen), the table's size should grow, and the content should be updated accordingly.