You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
The text was updated successfully, but these errors were encountered:
My Home Assistant version: 2024.06.1
Layout-card version (FROM BROWSER CONSOLE): 2.4.5
What I am doing: Using the grid layout to create several entity tiles with each tile containing a very small margin border.
What I expected to happen: Rendering of margins to be the same as in 2024.05.x.
What happened instead: large margin gaps appeared with no apparent way to reduce the width.
I can force the margin width by updating the following element from the inspection window, and changing the values to 1px 1px 1px:
#root > * {
margin: var(--masonry-view-card-margin, 4px 4px 8px);
}
I also see in the inspection window when hovering over the element above: "--masonry-view-card-margin is not defined"
Here is a before after picture of what things looked like in 2024.05.x:
Minimal steps to reproduce:
Error messages from the browser console: None
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: