Skip to content

Commit a9a5f9f

Browse files
Lorenz Henkoliviertassinari
authored andcommitted
[Slider] Center the value label (#19330)
1 parent 58d7fd9 commit a9a5f9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/material-ui/src/Slider/ValueLabel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const styles = theme => ({
2020
duration: theme.transitions.duration.shortest,
2121
}),
2222
top: -34,
23-
left: 'calc(-50% + -4px)',
2423
transformOrigin: 'bottom center',
2524
transform: 'scale(0)',
2625
position: 'absolute',

0 commit comments

Comments
 (0)