Fix: Reply box overflow issue (#2034)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Sivin Varghese 2021-04-01 21:09:27 +05:30 committed by GitHub
parent de72530022
commit bf8f19b334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,6 +188,7 @@ export default {
> .ProseMirror {
padding: 0;
word-break: break-word;
}
}