Remove max-width constraint on areas container (#10877)

This commit is contained in:
zmarties 2022-01-11 17:39:53 +00:00 committed by GitHub
parent 25d60e11da
commit 3bbe1603eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export class HaConfigAreasDashboard extends LitElement {
grid-gap: 16px 16px;
padding: 8px 16px 16px;
margin: 0 auto 64px auto;
max-width: 1000px;
max-width: 2000px;
}
.container > * {
max-width: 500px;