thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

grid display #152

Closed bublikOff closed 3 years ago

bublikOff commented 3 years ago

As I understood CSS grid it show be displayed as GRID So ... grid-layout is rendedred width "display: inline" instead of "display: grid". Ive tried something like "grid-display: grid' Any idea? how to apply "display: grid" to grid-layout

thomasloven commented 3 years ago

It's not supposed to be. The <div id="root"> inside <grid-layout> which in turn contains the cards has display: grid.