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

Preserve linebreaks in messages? #7

Open
cinnamon-bun opened this issue Sep 10, 2020 · 0 comments
Open

Preserve linebreaks in messages? #7

cinnamon-bun opened this issue Sep 10, 2020 · 0 comments

Comments

@cinnamon-bun
Copy link
Member

So people can write multi-line messages.

Maybe like this?

.message-with-linebreaks {
    white-space: break-spaces;
    overflow-wrap: break-word;
    hyphens: auto;
}

This changes the way people will use the space and encourages longer messages with several paragraphs. I personally like spaces with longer messages but how does this mesh with your idea of what "lobby" is?

Or if we want Lobby to be one-liners only, maybe the text input could change to prevent multi-line input so we don't make people think they can use newlines.

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

1 participant