ExploratoryTestingChromeExtension
ExploratoryTestingChromeExtension copied to clipboard
Cause text in session activity to wrap
The text in the session activity table doesn't wrap, so you have to scroll sideways for a long time if your notes are long. This little CSS change should fix the issue.
Thanks for this @justindwyer6.
I'm not a super expert in all CSS properties, but just curious as to why you chose normal instead of pre-line or break-spaces? Seems like one of those options would be better for formatting -- particularly line breaks would be preserved.