UX: force long words to break in topic list gists (#936)

This commit is contained in:
Kris 2024-11-20 15:49:20 -05:00 committed by GitHub
parent 872e43e849
commit d83248cf68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
margin-bottom: 0.15em;
&__contents {
max-width: 70ch;
overflow-wrap: break-word;
}
}
&:not(.visited) {