logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 6f98543b792ce0fd202157ab3027e6c7663a9798
parent: c2178819a094eb233aab67c9af64a7fb894d1579
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Sat, 18 Feb 2017 15:03:30 -0500

Merge branch 'link-wraparound-styling' into 'develop'

(practicing the new branch thing) url styling

See merge request !18

Diffstat:

Msrc/App.scss1+
Msrc/components/status/status.vue1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -107,6 +107,7 @@ main-router { padding: 0.6em 0 0.5em; text-align: center; font-size: 1.3em; + line-height: 24px; } .panel-footer { diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -107,6 +107,7 @@ a { display: inline-block; + word-wrap: break-word; } .status-content {