Please describe your issue in as much detail as possible:
Tweets don't preserve line breaks which can make them hard to read. Twitter is using text linebreaks rather than <br> elements.
Steps for reproducing this issue:
Find a tweet with line breaks
Post it in Steam Chat
Have difficulty reading it
Suggested solution:
white-space: pre-wrap on the bbcode_ChatMessageTweet_Body in friends.css Suggested location
Screenshots:
Top: Current Steam Chat
Bottom: With white-space: pre-wrap applied
Right: Tweet on twitter.com
This is more an issue for tweets where people talk in short paragraphs or lists rather than ASCII art but I couldn't easily find an example that wasn't political or promotional.
Please describe your issue in as much detail as possible:
Tweets don't preserve line breaks which can make them hard to read. Twitter is using text linebreaks rather than
<br>elements.Steps for reproducing this issue:
Suggested solution:
white-space: pre-wrap on the bbcode_ChatMessageTweet_Body in friends.css Suggested location
Screenshots:
Top: Current Steam Chat
Bottom: With white-space: pre-wrap applied
Right: Tweet on twitter.com
This is more an issue for tweets where people talk in short paragraphs or lists rather than ASCII art but I couldn't easily find an example that wasn't political or promotional.