diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-01 09:25:15 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-01 09:25:15 +0200 |
commit | 6cbfe8fd987d166ff26a7987c7e4983797ada78d (patch) | |
tree | 665bc3239089e731d6025c4cb2c6c207a5a0b518 /apps | |
parent | b3157172a0df2acb5737cbea2fbd9645b31b613d (diff) | |
parent | a1b5bc868485dd52a34cfee023cd630dac5149c9 (diff) | |
download | nextcloud-server-6cbfe8fd987d166ff26a7987c7e4983797ada78d.tar.gz nextcloud-server-6cbfe8fd987d166ff26a7987c7e4983797ada78d.zip |
Merge pull request #10067 from owncloud/fix-#9119
Quick fix for #9119. Increase preview to keep empty message more centered
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index f6ca1c7dbc1..8a843c39caa 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -2,7 +2,7 @@ background: #fff; text-align: center; margin: 45px auto 0; - min-height: 150px; + min-height: 600px; } #preview .notCreatable { |