logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 5f74ae8de5bb94fa3a277dc2f0b0a8dbdb0bf879
parent: d45774b4852d059b231baadee9e5dd2081ef8d1a
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 19 Feb 2017 12:13:56 +0100

Revert "removed break-line for links because it didn't seem to make sense"

This reverts commit 2f4d8110797b903920ae821bbc3c6419609acb5e.

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -107,7 +107,7 @@ a { display: inline-block; - word-wrap: break-word; + word-break: break-all; } .status-content {