summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-19 12:10:45 -0100
committerGitHub <noreply@github.com>2020-06-19 12:10:45 -0100
commit63e97ef67fa34d83bc304462a588606133d10cc2 (patch)
treece9c2ee3992c7a022ffd2e6c146d22c3505c908a
parent97fb063479d4c0ad6fccdea3774601a619f8a886 (diff)
parent240cbabeb1ed7437d197472c31adf1b22e66047a (diff)
Merge pull request #814 from StCyr/bug-813-long_url_wrapping
Allows long URL's in post messages to be wrapped so as to not overflow their parent element.
-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>