Fix issue #2237, comments are 4 times as long before show more
Created by: Tirokk
Authored by jm-brennan Closed
🍰 Pullrequest
Comments can now be 1200 characters before being truncated with "show more"
I also wrote some tests since that was specified as a requirement for any fixes, I'm not sure if that was intended for changes this small though, especially since the two tests that I made take a long time to run (>30 seconds on my machine at least) because they have to type in so much text. I am pretty unfamiliar with the Cypress testing stuff so maybe there is a way to paste text in instead of typing it all out.
Issues
- fixes #2237 (closed)
(First time contributing here, if I'm not doing things properly just let me know)