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.4.1
Layout-card version (FROM BROWSER CONSOLE): 2.4.5
What I am doing:
grid-template-columns: 30% 30% 40%
margin: 4px
grid-template-areas: |
“left right”
What I expected to happen: keep rounded corners of all mushroom cards
What happened instead: no more rounded corners since 2024.4.0
Minimal steps to reproduce: mushroom cards or other cards with rounded borders, then include them in a grid template like this:
The least ammount of code possible to reproduce my error
grid-template-columns: 30% 30% 40%
margin: 4px
grid-template-areas: |
“left right”
End of code
Error messages from the browser console:
By putting an X in the boxes ([X]) below, I indicate that I:
The text was updated successfully, but these errors were encountered: