Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbar

Reduces the footer link padding
This commit is contained in:
Morris Jobke 2018-11-12 11:16:53 +01:00 committed by GitHub
commit 3117e996be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ $footer-height: 65px;
font-weight: bold;
white-space: nowrap;
/* increasing clickability to more than the text height */
padding: 13px;
margin: -13px;
padding: 10px;
margin: -10px;
line-height: 200%;
}
}