fix(slider): ensure margin-block is correct for range variant
Description
Correct margin-block-start in Range variant of Slider component.
fixes #1205
How and where has this been tested?
- How this was tested: Visually inspecting the local build of the documentation site
- Browser(s) and OS(s) this was tested with: Stable Chrome on Catalina
Screenshots
Before:
After:

To-do list
- [ ] If my change impacts other components, I have tested to make sure they don't break.
- [ ] If my change impacts documentation, I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [x] This pull request is ready to merge.
I suspect PR #1547 will end up superseding this so I've highlighted this PR there to ensure changes address this concern.
I suspect PR #1547 will end up superseding this so I've highlighted this PR there to ensure changes address this concern.
yes @castastrophe. This is part of https://github.com/adobe/spectrum-css/pull/1547 where the padding has been corrected for Range and regular Slider variant.
Awesome, thanks @bernhard-adobe for confirming and thank you @Westbrook for the contribution! Closing this out in favor of the rewrite work.