mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 01:10:28 +00:00
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…
x
Reference in New Issue
Block a user