aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:22:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:22:13 +0100
commit49cd9f20a685ba8d445d05fd636d05ad004cd4c7 (patch)
treedbbf9c509666acbabe497ee08d3abc27fe847857 /core
parentf36d92bbc19a1eeb071fe992ae1973691760d8fd (diff)
downloadnextcloud-server-49cd9f20a685ba8d445d05fd636d05ad004cd4c7.tar.gz
nextcloud-server-49cd9f20a685ba8d445d05fd636d05ad004cd4c7.zip
fix shared by text going out of box, fix #895
Diffstat (limited to 'core')
-rw-r--r--core/css/share.css4
1 files changed, 3 insertions, 1 deletions
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 */