Slider in flex container

I have a horizontal slider in a flex container, ranging 0-750.

image

As you can see, the zero and 750 are cut in half. What property can I change to pad this in a bit? I’ve tried tweaking a few to no effect.

8.1.25

Padding to the parent flex container or adding margin to the component itself.

2 Likes

Aha, hiding in there. Thanks!

image

1 Like