Merge pull request #4466 from vector-im/luke/css-rte-improvements

Fix long words causing MessageComposer to widen
pull/4525/head
Luke Barnard 2017-07-06 10:27:25 +01:00 committed by GitHub
commit 0796b304cc
1 changed files with 1 additions and 0 deletions

View File

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