Merge pull request #11499 from nextcloud/public-footer

Fix public page footer link wrap
This commit is contained in:
Morris Jobke 2018-10-01 14:24:21 +02:00 committed by GitHub
commit ca2942aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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