Fix padding navigation list (#13466)

This commit is contained in:
Bram Kragten 2022-08-24 11:53:51 +02:00 committed by GitHub
parent 8fd5273fae
commit 25e0c05723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,6 @@ class HaNavigationList extends LitElement {
ha-list-item { ha-list-item {
cursor: pointer; cursor: pointer;
font-size: var(--navigation-list-item-title-font-size); font-size: var(--navigation-list-item-title-font-size);
padding: var(--navigation-list-item-padding) 0;
} }
`; `;
} }