From 49cd9f20a685ba8d445d05fd636d05ad004cd4c7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 27 Feb 2013 11:22:13 +0100 Subject: [PATCH] fix shared by text going out of box, fix #895 --- core/css/share.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/share.css b/core/css/share.css index c0d8e3f9d6..6433d60ca7 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -83,4 +83,6 @@ a.showCruds:hover,a.unshare:hover { opacity:1; - } \ No newline at end of file + } + +.reshare { white-space:normal; } /* fix shared by text going out of box */