Skip to content

Commit

Permalink
Force param sliders to all have the same width
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-mackinnon committed Aug 6, 2024
1 parent c9928e4 commit 8f63132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared-components/ParamSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function ParamSlider(props: ParamSliderProps): ReactElement {
sx={{
display: "flex",
flexShrink: 0,
width: "55px",
}}
htmlFor={props.label}
>
Expand Down

0 comments on commit 8f63132

Please sign in to comment.