From: Jan-Christoph Borchardt Date: Wed, 16 Apr 2014 14:43:35 +0000 (+0200) Subject: add max-width to directLink input to prevent overflow X-Git-Tag: v7.0.0alpha2~389^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9434ed44f8b83505ddf5e7ed9e51ec946665e7a1;p=nextcloud-server.git add max-width to directLink input to prevent overflow --- diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index f0b9b04491f..bcdceed5939 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -115,4 +115,5 @@ thead { .directLink input { margin-left: 5px; width: 300px; + max-width: 90%; }