mirror of https://github.com/vector-im/riot-web
Merge pull request #4466 from vector-im/luke/css-rte-improvements
Fix long words causing MessageComposer to widenpull/4525/head
commit
0796b304cc
|
@ -97,6 +97,7 @@ limitations under the License.
|
|||
flex: 1;
|
||||
max-height: 120px;
|
||||
overflow: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input blockquote {
|
||||
|
|
Loading…
Reference in New Issue