summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/TimelinePost.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/TimelinePost.vue b/src/components/TimelinePost.vue
index 88a16f44..d70a8f20 100644
--- a/src/components/TimelinePost.vue
+++ b/src/components/TimelinePost.vue
@@ -264,5 +264,6 @@ export default {
<style>
.post-message a {
text-decoration: underline;
+ overflow-wrap: anywhere;
}
</style>