It's there a way to add inline styles with the !important override?
style={
height: 20+'!important'
};
<div style={style}></div>
This isn't working as I would have hoped.
question from:https://stackoverflow.com/questions/23074748/important-inline-styles-in-react