TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

Implement Word Warp in the Submission Annotation Field #1744

Closed Spikestuff closed 8 months ago

Spikestuff commented 8 months ago

1139 - "please use the non-code formatting tools and feel free open a new issue if the non-code formatting tools are insufficient for formatting things that aren't code"

The Submission Annotations should probably have word warping considering its small dimensions: image

Compared to libTAS (since that's what the movie was made on) which actually has word warping this seems like a bit of an oversight on the site end.

YoshiRulz commented 8 months ago

white-space: pre-wrap; seems to work.

vadosnaprimer commented 8 months ago

I agree, I initially requested it to just be a code block, but forgot we don't automatically wrap lines. maybe we should in all code blocks...?