diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index e69de29..d68f434 100644 --- a/src/App.css +++ b/src/App.css @@ -0,0 +1,5 @@ +.postMessage { + word-break: break-word; + overflow-wrap: anywhere; + text-overflow: ellipsis; +}
\ No newline at end of file |