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

Reduces the footer link padding
pull/12275/head
Morris Jobke 7 years ago committed by GitHub
commit 3117e996be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/css/public.scss

@ -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%;
}
}

Loading…
Cancel
Save