logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: da3b604d9dd525c2f0114d2ae3090b137d9bb267
parent: 7d59051fc5e93585d8d9858ac989d9ebf7aa3cf9
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu, 27 Jul 2017 15:54:34 +0200

Fix too long words in profile.

Diffstat:

Msrc/components/user_card_content/user_card_content.vue2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue @@ -121,6 +121,8 @@ .profile-panel-body { top: -0em; padding-top: 4em; + + word-wrap: break-word; } .user-info {