Fix alignments in integration card (#7404)

This commit is contained in:
Philip Allgaier 2020-10-20 22:59:20 +02:00 committed by GitHub
parent af2250835a
commit baf31d1c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ export class HaIntegrationCard extends LitElement {
align-items: center;
height: 40px;
padding: 16px 16px 8px 16px;
vertical-align: middle;
justify-content: center;
}
.group-header h1 {
margin: 0;
@ -506,7 +506,6 @@ export class HaIntegrationCard extends LitElement {
margin-bottom: 0;
}
h2 {
margin-top: 0;
min-height: 24px;
}
h3 {