I find it hard to scan through the list of analytics messages on the Error Reports page due to the large amount of wasted space.
e.g. it’s hard to “diff” the first few characters of each error message or just scan the messages because my eyes find it difficult to visually compare and navigate to the error messages
In addition, this wasted space means to view an entire page’s worth of messages I need to scroll, whereas I’d find it much easier if everything just fit on the screen.
My current fix for this is to manually edit a single CSS class’s padding, changing it from 16px to 0px:
Comparison:
(With padding - it doesn’t fit on the screen)
(Without padding - everything fits)