Merge pull request #4466 from vector-im/luke/css-rte-improvements
Fix long words causing MessageComposer to widen
This commit is contained in:
commit
0796b304cc
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ limitations under the License.
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_input blockquote {
|
.mx_MessageComposer_input blockquote {
|
||||||
|
|
Loading…
Reference in a new issue