You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to pass either className="d-flex flex-column flex-1" or style={{ display: 'flex', flexDirection: 'column', flex: 1 }} to both TransformWrapper and TransformComponent
The goal is to make the component fill all content horizontally
Describe alternatives you've considered
For now I'll apply these styles from the parent element, but it's not ideal, it could break if you change your classes
Is your feature request related to a problem? Please describe.
I'd like to pass either
className="d-flex flex-column flex-1"
orstyle={{ display: 'flex', flexDirection: 'column', flex: 1 }}
to bothTransformWrapper
andTransformComponent
The goal is to make the component fill all content horizontally
Describe alternatives you've considered
For now I'll apply these styles from the parent element, but it's not ideal, it could break if you change your classes
The text was updated successfully, but these errors were encountered: