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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user