-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
card_margin
broken on grid layout
#298
Comments
card_margin
broken on grid layout
Looks like a duplicate of #292 |
Can confirm. card_margin is not working |
add: masonry-view-card-margin: "0" to your theme yaml Also appears this add on is no longer being maintained. |
The option The way I solved this problem is putting the grid layout card into a card-mod card (https://github.com/thomasloven/lovelace-card-mod) which was created by the same author:
|
My Home Assistant version: 2024.7.1
Layout-card version (FROM BROWSER CONSOLE): 2.4.5
What I am doing:
Adding the card_margin property to a grid-layout
What I expected to happen:
Apply 0px margin to each card in grid layout.
What happened instead:
No custom margin was applied. The cards kept the default margin.
Minimal steps to reproduce:
Error messages from the browser console:
N/A
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: