aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css
diff options
context:
space:
mode:
authorGravatar mina <[email protected]>2022-04-27 13:57:54 -0400
committerGravatar GitHub <[email protected]>2022-04-27 13:57:54 -0400
commit08f2e12f5c09277a5cae82c5e5b676cb9ded2e2d (patch)
treea3f01e85a9e88c277d1c5334dfe531f266a785b6 /pydis_site/static/css
parentMigrate discord.py custom help command pin to site (#698) (diff)
parentForce 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.css3
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 {