You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On your board, hold down a key.... like the "a " key for a real long time then post it. The board css breaks- it goes really far to the right. Here is a fix for that. In your css, find the .posts and change it to this
/////////////////////////
.posts {
word-wrap: break-word;
word-break: break-all;
background: #D6D6F6;
//////////////////////////////////////////////////////
Now, even if someone holds down a key for a really long time and then posts, it will not go way to the right so far.
The text was updated successfully, but these errors were encountered:
On your board, hold down a key.... like the "a " key for a real long time then post it. The board css breaks- it goes really far to the right. Here is a fix for that. In your css, find the .posts and change it to this
/////////////////////////
.posts {
word-wrap: break-word;
word-break: break-all;
background: #D6D6F6;
//////////////////////////////////////////////////////
Now, even if someone holds down a key for a really long time and then posts, it will not go way to the right so far.
The text was updated successfully, but these errors were encountered: