diff options
author | 2022-04-27 13:57:54 -0400 | |
---|---|---|
committer | 2022-04-27 13:57:54 -0400 | |
commit | 08f2e12f5c09277a5cae82c5e5b676cb9ded2e2d (patch) | |
tree | a3f01e85a9e88c277d1c5334dfe531f266a785b6 /pydis_site/static/css | |
parent | Migrate discord.py custom help command pin to site (#698) (diff) | |
parent | Force line break at arbritrary points for really long words (diff) |
Merge pull request #719 from python-discord/logs-force-word-wrap
Force line breaks at arbitrary points for really long words
Diffstat (limited to 'pydis_site/static/css')
-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 { |