Skip to content

Commit

Permalink
[Slider] Center the value label (#19330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Henk authored and oliviertassinari committed Jan 21, 2020
1 parent 58d7fd9 commit a9a5f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Slider/ValueLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const styles = theme => ({
duration: theme.transitions.duration.shortest,
}),
top: -34,
left: 'calc(-50% + -4px)',
transformOrigin: 'bottom center',
transform: 'scale(0)',
position: 'absolute',
Expand Down

0 comments on commit a9a5f9f

Please sign in to comment.