1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix container alignment in section view (#28287)

This commit is contained in:
Paul Bottein
2025-12-02 14:29:11 +01:00
committed by GitHub
parent 17a976af67
commit 0f195015b7

View File

@@ -494,6 +494,7 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
);
gap: var(--row-gap) var(--column-gap);
padding: var(--row-gap) 0;
align-items: flex-start;
}
.wrapper.has-sidebar .container {