mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 {
|
&__excerpt {
|
||||||
padding-bottom: 0.25rem;
|
padding-bottom: 0.25rem;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user