diff options
author | 2022-04-26 23:45:37 -0400 | |
---|---|---|
committer | 2022-04-26 23:45:37 -0400 | |
commit | fc982b4bfad66ae9e5adfdb2ec42e142920dff49 (patch) | |
tree | a3f01e85a9e88c277d1c5334dfe531f266a785b6 /pydis_site/static | |
parent | Migrate discord.py custom help command pin to site (#698) (diff) |
Force line break at arbritrary points for really long words
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/staff/logs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/static/css/staff/logs.css b/pydis_site/static/css/staff/logs.css index acf4f1f7..56a12380 100644 --- a/pydis_site/static/css/staff/logs.css +++ b/pydis_site/static/css/staff/logs.css @@ -25,7 +25,10 @@ main.site-content { .discord-message:first-child { border-top: 1px; +} +.discord-message-content { + overflow-wrap: break-word; } .discord-message-header { |