]> source.dussan.org Git - nextcloud-server.git/commitdiff
add max-width to directLink input to prevent overflow
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 14:43:35 +0000 (16:43 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 14:43:35 +0000 (16:43 +0200)
apps/files_sharing/css/public.css

index f0b9b04491fdbb0591f923a64aa79712506313a8..bcdceed5939c5d80f817a1604b3d9a52a0721c4c 100644 (file)
@@ -115,4 +115,5 @@ thead {
 .directLink input {
        margin-left: 5px;
        width: 300px;
+       max-width: 90%;
 }