Skip to content

Commit

Permalink
Merge pull request #11510 from nextcloud/stable14-public-footer
Browse files Browse the repository at this point in the history
[stable14] Fix public page footer link wrap
  • Loading branch information
rullzer authored Oct 1, 2018
2 parents c3a72ba + 4e58490 commit 7841c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ $footer-height: 65px;
a {
color: var(--color-text-lighter);
font-weight: 600;
white-space: nowrap;
/* increasing clickability to more than the text height */
padding: 13px;
margin: -13px;
line-height: 200%;
}
}
}
Expand Down

0 comments on commit 7841c95

Please sign in to comment.