thomasloven / lovelace-layout-card

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

Please help with grid having no gaps #177

Closed tanker11 closed 2 years ago

tanker11 commented 2 years ago

Hello,

I am a bit lost how to define a 3x3 grid view with no gaps in between. I found a piece of code that could do, for example:

grid-template-columns: 100px 50px 100px; grid-template-rows: 80px auto 90px; column-gap: 0px; row-gap: 0px;

But I am lost where to put this code.

What I have: 1.) Installed Layout-card via HACS 2.) Selected grid (layout-card) as a view type 3.) If I enter the above code into the Layout options edit field, nothing happens...

Thanks in advance for helping me out.

Robert

thomasloven commented 2 years ago

Layout options do not have semicolons