Fix padding on thread config panel (#16770)

This commit is contained in:
Bram Kragten 2023-06-05 13:06:54 +02:00 committed by GitHub
parent e6bdc3a15e
commit a96eff4d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,7 +501,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
haStyle,
css`
.content {
padding: 24px 0 32px;
padding: 24px 8px 32px;
max-width: 600px;
margin: 0 auto;
direction: ltr;