mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
This commit is contained in:
parent
2ea69624af
commit
042e7acca5
@ -87,6 +87,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
Block a user