Skip to content

Commit

Permalink
[InputLabel] Remove the width style property (#11297)
Browse files Browse the repository at this point in the history
* Added styles to move input labels to text left align and fixed dialog flicker but when animating width

* Added trailing comma

* revert #11215
  • Loading branch information
C-Rodg authored and oliviertassinari committed May 9, 2018
1 parent 835286c commit 6215cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Input/InputLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const styles = theme => ({
shrink: {
transform: 'translate(0, 1.5px) scale(0.75)',
transformOrigin: 'top left',
width: '133.33%',
},
animated: {
transition: theme.transitions.create('transform', {
Expand Down

0 comments on commit 6215cb6

Please sign in to comment.