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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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