Skip to content

Commit

Permalink
Remove width on child div
Browse files Browse the repository at this point in the history
I'm not sure why I originally had this width constrained
  • Loading branch information
mnkhouri committed Sep 27, 2022
1 parent 15ea5eb commit 75dd0bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export class CircularSliderWithChildren extends React.Component<
top: "25%",
left: "50%",
transform: "translateX(-50%)",
width: "60px",
display: "flex",
flexDirection: "column",
alignItems: "center",
Expand Down

0 comments on commit 75dd0bb

Please sign in to comment.