feature flags: aligned rollout basis points slider spacing
Created by: mucles
relates to: https://github.com/sourcegraph/sourcegraph/issues/40006
the 'form-control' class in bootstrap is used for textual inputs and selects and forces all the inputs to have the same formatting, and this formatting gives the slider that odd left and right padding on the mins and max values.
Set padding to 0
Test plan
tested locally spacing before spacing after removing form-control from slider Input class:
App preview:
Check out the client app preview documentation to learn more.