UX: force long words to break in topic list gists (#936)
This commit is contained in:
parent
872e43e849
commit
d83248cf68
|
@ -41,6 +41,7 @@
|
|||
margin-bottom: 0.15em;
|
||||
&__contents {
|
||||
max-width: 70ch;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
&:not(.visited) {
|
||||
|
|
Loading…
Reference in New Issue