Make automation name field wide (#11832)

This commit is contained in:
Bram Kragten 2022-02-24 16:52:40 +01:00 committed by GitHub
parent 8576eeae41
commit 8af795a7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,8 @@ export class HaManualAutomationEditor extends LitElement {
.link-button-row { .link-button-row {
padding: 14px; padding: 14px;
} }
ha-textarea { ha-textarea,
ha-textfield {
display: block; display: block;
} }
span[slot="introduction"] a { span[slot="introduction"] a {