mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Height fix for content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
88db07d28e
commit
09f80df011
1 changed files with 2 additions and 1 deletions
|
|
@ -587,7 +587,8 @@ kbd {
|
|||
box-sizing: border-box;
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin-top: $header-height;
|
||||
// padding is included in height
|
||||
padding-top: $header-height;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue