otiai10 / chant

Chat Application written in Go, using Firebase, working on GAE/Go, easy to deploy
25 stars 2 forks source link

Use overflow-wrap to nice word wrapping. #243

Closed yayugu closed 7 years ago

yayugu commented 8 years ago

Remove

div.message-wrapper {
  word-break: break-all;
}

Add

https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

Wrong word-wrap example

otiai10 commented 7 years ago

v2でやる気がする