Fix long words causing MessageComposer to widen

Use `word-break: break-word` to split long words.

Fixes https://github.com/vector-im/riot-web/issues/4414
pull/4466/head
Luke Barnard 2017-06-30 16:03:56 +01:00
parent 2ea69624af
commit 042e7acca5
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ limitations under the License.
flex: 1;
max-height: 120px;
overflow: auto;
word-break: break-word;
}
.mx_MessageComposer_input blockquote {