From 8a643ac5bcb7d6de60bce92aeaeae83302f10141 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 21 Oct 2013 00:09:45 +0300
Subject: [PATCH] reduce width of direct link input field

---
 apps/files_sharing/css/public.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 117bbd88f1..fdc4290231 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -138,5 +138,5 @@ thead{
 }
 	.directLink input{
 		margin-left: 10px;
-		width: 600px;
+		width: 300px;
 	}
-- 
GitLab