Add some bottom padding to YAML conf dev tools page (#12477)

Co-authored-by: Zack Barett <zackbarett@hey.com>
This commit is contained in:
Philip Allgaier 2022-04-27 22:18:25 +02:00 committed by GitHub
parent 57f2df3b3e
commit 2751f8f33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ export class DeveloperYamlConfig extends LitElement {
}
.content {
padding: 28px 20px 0;
padding: 28px 20px 16px;
max-width: 1040px;
margin: 0 auto;
}