mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Height fix for content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
88db07d28e
commit
09f80df011
@ -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 New Issue
Block a user