From 9434ed44f8b83505ddf5e7ed9e51ec946665e7a1 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 16 Apr 2014 16:43:35 +0200
Subject: [PATCH] add max-width to directLink input to prevent overflow

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

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index f0b9b04491..bcdceed593 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%;
 }
-- 
GitLab