Merge pull request #11510 from nextcloud/stable14-public-footer

[stable14] Fix public page footer link wrap
This commit is contained in:
Roeland Jago Douma 2018-10-01 17:36:34 +02:00 committed by GitHub
commit 7841c95f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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