web/admin: fix header hight for inherited objects

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-10 20:53:57 +02:00
parent 5d64b0cafd
commit f156c0f05d
5 changed files with 22 additions and 36 deletions

View File

@ -37,6 +37,8 @@ export class RouterOutlet extends LitElement {
}
*:first-child {
height: 100%;
display: flex;
flex-direction: column;
}
`,
];