Fix icon alignment in nav list (#12463)

This commit is contained in:
Paulus Schoutsen
2022-04-26 21:58:26 -07:00
committed by GitHub
parent e5824c4794
commit f82dada3e5

View File

@@ -71,6 +71,7 @@ class HaNavigationList extends LitElement {
color: var(--secondary-text-color);
height: 24px;
width: 24px;
display: block;
}
ha-svg-icon {
padding: 8px;