diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 16:43:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 15:37:29 +0200 |
commit | 13fb2afcbf14db5d452492e61f6faa77cfde11da (patch) | |
tree | bde1fa1ceef447775820d83017709bc9b903c9bc | |
parent | ea801dde9c57df5ea645e36ff178aa566a3110d9 (diff) | |
download | nextcloud-server-13fb2afcbf14db5d452492e61f6faa77cfde11da.tar.gz nextcloud-server-13fb2afcbf14db5d452492e61f6faa77cfde11da.zip |
add max-width to directLink input to prevent overflow
-rw-r--r-- | apps/files_sharing/css/public.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 6b19cb008e3..f43f9c16041 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -97,4 +97,5 @@ thead { .directLink input { margin-left: 5px; width: 300px; + max-width: 90%; } |