mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Fix thread excerpt word break (#21482)
Changing from break-all to break-word because otherwise longer words (not just links) are split into separ ate lines.
This commit is contained in:
parent
cc2570fce3
commit
9b95a65dff
@ -8,7 +8,7 @@
|
||||
|
||||
&__excerpt {
|
||||
padding-bottom: 0.25rem;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user