Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit d83248c

Browse files
authored
UX: force long words to break in topic list gists (#936)
1 parent 872e43e commit d83248c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/stylesheets/modules/summarization/common/ai-gists.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
margin-bottom: 0.15em;
4242
&__contents {
4343
max-width: 70ch;
44+
overflow-wrap: break-word;
4445
}
4546
}
4647
&:not(.visited) {

0 commit comments

Comments
 (0)