mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #11510 from nextcloud/stable14-public-footer
[stable14] Fix public page footer link wrap
This commit is contained in:
commit
7841c95f3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue