From c5fa9153ae6acfa520affdc0f7bd19e2b4531c14 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon, 30 Jun 2014 14:08:11 +0200 Subject: [PATCH] fix expire message going out of box, fix #9280 --- core/css/share.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/share.css b/core/css/share.css index 314c6140d7..f6f51376f1 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover { opacity:1; } +#defaultExpireMessage, /* fix expire message going out of box */ .reshare { /* fix shared by text going out of box */ white-space:normal; } @@ -118,4 +119,4 @@ a.showCruds:hover,a.unshare:hover { padding-left: 12px; padding-top: 12px; color: #999; -} +} \ No newline at end of file -- GitLab