Skip to content

Commit

Permalink
Merge pull request #11499 from nextcloud/public-footer
Browse files Browse the repository at this point in the history
Fix public page footer link wrap
  • Loading branch information
MorrisJobke authored Oct 1, 2018
2 parents 816c474 + 688de57 commit ca2942a
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 ca2942a

Please sign in to comment.