diff options
author | curly <curlybryce@protonmail.com> | 2023-02-21 15:19:52 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-21 15:19:52 -0700 |
commit | dee5c88ff4011e233609fa6ccce7f410f9d6eb7a (patch) | |
tree | 45f87a65377eeae460caf755f54699cae039ae0a /src/main.css | |
parent | 97699f623b1a9cec8103816b8196b3f4e24195b3 (diff) | |
download | rocket_test_ui-dee5c88ff4011e233609fa6ccce7f410f9d6eb7a.tar.gz rocket_test_ui-dee5c88ff4011e233609fa6ccce7f410f9d6eb7a.tar.bz2 rocket_test_ui-dee5c88ff4011e233609fa6ccce7f410f9d6eb7a.zip |
styling fixes
Diffstat (limited to 'src/main.css')
-rw-r--r-- | src/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.css b/src/main.css index fc7d02b..98c2511 100644 --- a/src/main.css +++ b/src/main.css @@ -27,6 +27,7 @@ .messagetext { white-space: pre-wrap; flex-grow: 1; + word-break: break-all; } .messagedate { font-size: 12px; @@ -106,6 +107,7 @@ body { .username { margin-left: 0.3em; margin-right: 0.7em; + word-break: keep-all; } .deleted { |