diff options
author | Vitaly Takmazov | 2019-07-24 13:01:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 6016b0888e77497e15384f1cd024eb42672129a4 (patch) | |
tree | 76f46c3ee23e557a5f74cbc0cbf44b209071d4ee /vnext/src/ui | |
parent | 8ed84a3f69fb8577e0fa5a119d6adad2d218a95b (diff) |
Fix word-break in PMs
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/Message.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index 4f2d966f..dd8547d4 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -47,6 +47,9 @@ .msg-ts { font-size: small; vertical-align: top; + word-wrap: break-word; + overflow-wrap: break-word; + word-break: break-word; } .msg-ts, .msg-ts > a { |