Collapse automation/script editor sections by default (#13390)

This commit is contained in:
Paulus Schoutsen
2022-08-18 10:04:35 -04:00
committed by GitHub
parent d7b888f761
commit 47b820d28f
32 changed files with 1305 additions and 920 deletions

View File

@@ -172,8 +172,7 @@ export abstract class HaDeviceAutomationPicker<
static get styles(): CSSResultGroup {
return css`
ha-select {
width: 100%;
margin-top: 4px;
display: block;
}
`;
}