mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Fixes the footer #12357
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
b7a59fb56a
commit
b4b96fc23f
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ $footer-height: 65px;
|
|||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
/* increasing clickability to more than the text height */
|
||||
padding: 13px;
|
||||
margin: -13px;
|
||||
padding: 10px;
|
||||
margin: -10px;
|
||||
line-height: 200%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue