diff options
author | Olivier Paroz <github@oparoz.com> | 2015-05-20 14:09:31 +0200 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2015-05-20 14:09:31 +0200 |
commit | 13ab251c6de353826c2296dd6cc6daa58f018a6c (patch) | |
tree | 259fb8718e7e9229480fbd3971db3a2aaa0fe4a8 /apps | |
parent | f59576c3ca9ca8e4708002fffe8d4b14135dcd6b (diff) | |
download | nextcloud-server-13ab251c6de353826c2296dd6cc6daa58f018a6c.tar.gz nextcloud-server-13ab251c6de353826c2296dd6cc6daa58f018a6c.zip |
Restore min-height for single previews
Diffstat (limited to 'apps')
-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 fc78ced0b76..a649ecfe885 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -2,6 +2,7 @@ background: #fff; text-align: center; margin: 45px auto 0; + min-height: 200px; } #preview .notCreatable { |