Problem description
Cannot restyle RaisedButton width/maxWidth CSS attribute in "style" property within RaisedButtons after upgrading to MUI v.0.15.0. Tried looking into code to find source that would trigger it in changes after 14.4, but not familiar enough.
Steps to reproduce
Create a RaisedButton, give style width property of anything, observe that new container is created and button component still contains 88px widths.
Versions
- Material-UI: 0.15.0
- React: 15.0.2
- Browser: Chrome v 50.0.2661.102 m
Problem description
Cannot restyle RaisedButton width/maxWidth CSS attribute in "style" property within RaisedButtons after upgrading to MUI v.0.15.0. Tried looking into code to find source that would trigger it in changes after 14.4, but not familiar enough.
Steps to reproduce
Create a RaisedButton, give style width property of anything, observe that new container is created and button component still contains 88px widths.
Versions