diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-05-20 16:48:27 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-05-20 16:48:27 +0200 |
commit | d560d1ef2a106bb7e89907a4004ef371cc4ddc4a (patch) | |
tree | aa3cbc4a391f1ae48813d0692fbd39270a0356c3 /apps | |
parent | 39d1e99228a22e232795b9800503697b866f5023 (diff) | |
parent | 13ab251c6de353826c2296dd6cc6daa58f018a6c (diff) | |
download | nextcloud-server-d560d1ef2a106bb7e89907a4004ef371cc4ddc4a.tar.gz nextcloud-server-d560d1ef2a106bb7e89907a4004ef371cc4ddc4a.zip |
Merge pull request #16469 from oparoz/restore-minheight-for-single-public-previews
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 { |