Issue description
- version
#4.6.2
- components:
Modal
Steps to reproduce issue
<Modal isOpen={isOpen} toggle={this.onToggle} style={{ maxWidth: '95%' }}>
the style property doesn't apply on the final rendered div element. I checked the source code, and found that the problem does exist.
is it intended?
Issue description
#4.6.2ModalSteps to reproduce issue
the
styleproperty doesn't apply on the final rendereddivelement. I checked the source code, and found that the problem does exist.is it intended?