mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Do not vertically align integration icon (#8934)
This commit is contained in:
parent
c7f4e1152d
commit
982ab93cdb
@ -122,7 +122,6 @@ export class HaIntegrationHeader extends LitElement {
|
||||
.header {
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
padding: 16px 8px 8px 16px;
|
||||
}
|
||||
.header img {
|
||||
@ -130,6 +129,9 @@ export class HaIntegrationHeader extends LitElement {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.header .info {
|
||||
align-self: center;
|
||||
}
|
||||
.header .info div {
|
||||
word-wrap: break-word;
|
||||
display: -webkit-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user