Fix section border radius (#24159)

This commit is contained in:
Paul Bottein 2025-02-10 15:53:05 +01:00 committed by GitHub
parent 497c6c35f1
commit a26bf80b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,7 @@ export class GridSection extends LitElement implements LovelaceSectionElement {
.container.edit-mode {
padding: 8px;
border-radius: var(--ha-card-border-radius, 12px);
border-start-end-radius: 0;
border: 2px dashed var(--divider-color);
min-height: var(--row-height);
}