mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Add missing 1px to prevent slider pin cutoff (#7657)
This commit is contained in:
committed by
Bram Kragten
parent
7e6153ba7d
commit
ee0be7b6d0
@@ -14,7 +14,7 @@ class HaLabeledSlider extends PolymerElement {
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 4px 0 8px;
|
||||
margin: 5px 0 8px;
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user