Skip to content

feature flags: aligned rollout basis points slider spacing

Warren Gifford requested to merge manny/feature-flag-slider into main

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 image image spacing after removing form-control from slider Input class: image image

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading