Spoiler Tag Needs Reformatting





The spoiler box has a fixed width with no overflow. This combined with the ignored line breaks within the element creates a horizontal scroll bar. This requires more work than needed to see and read the message in its entirety. It doesn't take much text for this to occur.
For ease of use, it's probably best to have a show/hide interface. This way, it keeps all of the formatting but hides it from view until the user hits a button to interact with the text. No highlighting, dragging, or scrolling involved.
I don't know what version of BBCode is being used, but I'd imagine that an alteration or update of the spoiler tag is possible. Example:
https://www.phpbb.com/customise/db/bbcode/new_spoiler/
Goal is to basically get everything on screen without the extra work outside of toggling hidden content. Thanks!
Test:
Last edited by Judgment Day; Mar 28, 2018 at 11:58 AM. Reason: Removed one of the issues.


