mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46:34 +00:00
Prettier Fixes
This commit is contained in:
parent
698beedaa2
commit
35941a58a5
@ -62,7 +62,8 @@ class HuiGlanceCard extends HassLocalizeLitMixin(LitElement)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const columnWidth = config.entities.length > 4 ? "20%" : `${100 / config.entities.length}%`
|
const columnWidth =
|
||||||
|
config.entities.length > 4 ? "20%" : `${100 / config.entities.length}%`;
|
||||||
|
|
||||||
this.style.setProperty(
|
this.style.setProperty(
|
||||||
"--glance-column-width",
|
"--glance-column-width",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user