Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi! #1

Open
ghost opened this issue Aug 14, 2021 · 0 comments
Open

hi! #1

ghost opened this issue Aug 14, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants