1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

hui-entity-editor: fix padding-top for ha-md-list (#29537)

fix padding-top for ha-md-list
This commit is contained in:
ildar170975
2026-02-10 21:17:10 +03:00
committed by GitHub
parent 4ebc334298
commit 84135a9424

View File

@@ -246,6 +246,7 @@ export class HuiEntityEditor extends LitElement {
}
ha-md-list {
gap: 8px;
padding-top: 0;
}
ha-md-list-item {
border: 1px solid var(--divider-color);