]> 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>
Fri, 6 Jun 2014 13:34:36 +0000 (15:34 +0200)
apps/files_sharing/css/public.css

index 8d03868a9723448d705bb591ae26293dc1614589..3f77379869e5062b78b009defb3d09334fa34b4f 100644 (file)
@@ -107,6 +107,7 @@ thead {
 .directLink input {
        margin-left: 5px;
        width: 300px;
+       max-width: 90%;
 }
 .public_actions {
        padding: 4px;