Skip to content

Commit 08f2e12

Browse files
authored
Merge pull request #719 from python-discord/logs-force-word-wrap
Force line breaks at arbitrary points for really long words
2 parents 270a6f2 + fc982b4 commit 08f2e12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydis_site/static/css/staff/logs.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ main.site-content {
2525

2626
.discord-message:first-child {
2727
border-top: 1px;
28+
}
2829

30+
.discord-message-content {
31+
overflow-wrap: break-word;
2932
}
3033

3134
.discord-message-header {

0 commit comments

Comments
 (0)