]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix shared by text going out of box, fix #895
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Feb 2013 10:22:13 +0000 (11:22 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Feb 2013 10:22:13 +0000 (11:22 +0100)
core/css/share.css

index c0d8e3f9d6356c7254611154517ccb27d85d40c9..6433d60ca7d0f0c7681496ab95f56452ad447e7e 100644 (file)
@@ -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 */