diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 16:43:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 16:43:35 +0200 |
commit | 9434ed44f8b83505ddf5e7ed9e51ec946665e7a1 (patch) | |
tree | ae46755c093b4c1eab29755b577c54b93d2397ea /apps/files_sharing | |
parent | 23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff) | |
download | nextcloud-server-9434ed44f8b83505ddf5e7ed9e51ec946665e7a1.tar.gz nextcloud-server-9434ed44f8b83505ddf5e7ed9e51ec946665e7a1.zip |
add max-width to directLink input to prevent overflow
Diffstat (limited to 'apps/files_sharing')
-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 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%; } |