fix(T2337): Break words to ensure messages wrap, fall back to horizontal scrolling of messages

Fixes T2337
This commit is contained in:
Ben Gotow 2015-07-30 17:49:06 -07:00
parent 2c3d4d5307
commit fa2519923f

View file

@ -26,7 +26,8 @@
padding: 0;
margin: auto;
max-width: 840px;
overflow: hidden;
overflow-y: hidden;
word-break: break-word;
-webkit-font-smoothing: antialiased;
}