aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar minalike <[email protected]>2022-04-26 23:45:37 -0400
committerGravatar minalike <[email protected]>2022-04-26 23:45:37 -0400
commitfc982b4bfad66ae9e5adfdb2ec42e142920dff49 (patch)
treea3f01e85a9e88c277d1c5334dfe531f266a785b6 /pydis_site/static
parentMigrate 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.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 {