From: Jan-Christoph Borchardt Date: Wed, 27 Feb 2013 10:22:13 +0000 (+0100) Subject: fix shared by text going out of box, fix #895 X-Git-Tag: v5.0.0RC1~26^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49cd9f20a685ba8d445d05fd636d05ad004cd4c7;p=nextcloud-server.git fix shared by text going out of box, fix #895 --- diff --git a/core/css/share.css b/core/css/share.css index c0d8e3f9d63..6433d60ca7d 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 */