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:
Martin Brennan
2023-05-10 17:20:02 +02:00
committed by GitHub
parent cc2570fce3
commit 9b95a65dff

View File

@@ -8,7 +8,7 @@
&__excerpt {
padding-bottom: 0.25rem;
word-break: break-all;
word-break: break-word;
> * {
pointer-events: none;