Merge pull request #4466 from vector-im/luke/css-rte-improvements
Fix long words causing MessageComposer to widen
This commit is contained in:
@@ -97,6 +97,7 @@ limitations under the License.
|
||||
flex: 1;
|
||||
max-height: 120px;
|
||||
overflow: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input blockquote {
|
||||
|
||||
Reference in New Issue
Block a user