Do not vertically align integration icon (#8934)

This commit is contained in:
Paulus Schoutsen 2021-04-16 23:16:20 -07:00 committed by GitHub
parent c7f4e1152d
commit 982ab93cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,6 @@ export class HaIntegrationHeader extends LitElement {
.header { .header {
display: flex; display: flex;
position: relative; position: relative;
align-items: center;
padding: 16px 8px 8px 16px; padding: 16px 8px 8px 16px;
} }
.header img { .header img {
@ -130,6 +129,9 @@ export class HaIntegrationHeader extends LitElement {
width: 40px; width: 40px;
height: 40px; height: 40px;
} }
.header .info {
align-self: center;
}
.header .info div { .header .info div {
word-wrap: break-word; word-wrap: break-word;
display: -webkit-box; display: -webkit-box;