mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fixed generic entity row for climate entities (#8369)
This commit is contained in:
parent
3a4fffdb0b
commit
2f0188b280
@ -165,7 +165,7 @@ class HuiGenericEntityRow extends LitElement {
|
|||||||
.info {
|
.info {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
flex: 1 0 30%;
|
flex: 1 1 30%;
|
||||||
}
|
}
|
||||||
.info,
|
.info,
|
||||||
.info > * {
|
.info > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user