Merge pull request #3568 from nextcloud/fix-pdfviewer-margin

fix bottom margin of shared pdfviewer links
This commit is contained in:
Morris Jobke 2017-02-21 17:44:07 -06:00 committed by GitHub
commit 577adf0794
1 changed files with 1 additions and 0 deletions

View File

@ -1297,6 +1297,7 @@ fieldset {
/* hidden input type=file field */
.hiddenuploadfield {
display: none;
width: 0;
height: 0;
opacity: 0;