Add missing 1px to prevent slider pin cutoff (#7657)

This commit is contained in:
Philip Allgaier 2020-11-16 12:44:58 +01:00 committed by Bram Kragten
parent 7e6153ba7d
commit ee0be7b6d0

View File

@ -14,7 +14,7 @@ class HaLabeledSlider extends PolymerElement {
}
.title {
margin: 4px 0 8px;
margin: 5px 0 8px;
color: var(--primary-text-color);
}