Skip to content

Commit 7841c95

Browse files
authored
Merge pull request #11510 from nextcloud/stable14-public-footer
[stable14] Fix public page footer link wrap
2 parents c3a72ba + 4e58490 commit 7841c95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/css/public.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ $footer-height: 65px;
7373
a {
7474
color: var(--color-text-lighter);
7575
font-weight: 600;
76+
white-space: nowrap;
77+
/* increasing clickability to more than the text height */
7678
padding: 13px;
7779
margin: -13px;
80+
line-height: 200%;
7881
}
7982
}
8083
}

0 commit comments

Comments
 (0)