Restore flex alignment for select and input-select rows (#10783)

This commit is contained in:
Philip Allgaier 2021-12-03 16:19:00 +01:00 committed by GitHub
parent 95dbc811d3
commit 0bcb4d0e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ class HuiInputSelectEntityRow extends LitElement implements LovelaceRow {
static get styles(): CSSResultGroup {
return css`
:host {
hui-generic-entity-row {
display: flex;
align-items: center;
}

View File

@ -118,7 +118,7 @@ class HuiSelectEntityRow extends LitElement implements LovelaceRow {
static get styles(): CSSResultGroup {
return css`
:host {
hui-generic-entity-row {
display: flex;
align-items: center;
}