mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Add missing 1px to prevent slider pin cutoff (#7657)
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user