Skip to content

Commit fc982b4

Browse files
committed
Force line break at arbritrary points for really long words
1 parent 270a6f2 commit fc982b4

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)