Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbar
Reduces the footer link padding
This commit is contained in:
commit
3117e996be
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue