Fix height of tabs subpage (#7648)

This commit is contained in:
Bram Kragten 2020-11-11 13:10:07 +01:00 committed by GitHub
parent c97a3b0a56
commit 3186d762f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ export class HaTab extends LitElement {
display: flex;
flex-direction: column;
text-align: center;
box-sizing: border-box;
align-items: center;
justify-content: center;
height: var(--header-height);