Description
Hi! After updating to v0.62, I noticed, that the editors min-height doesn't fit to my configured styling. I think this is because of the style="min-height: 28px" in the Editable component, therefore the style-prop overwrites my class-styling... So if this is not absolutely necessary, it would be better to remove this styling so that an !import is not necessary.
I'm also afected by this. I'm unable to make the Editable have a minimum height.
I believe it has to do with #4190 so I'll tag @juliankrispel, maybe he can give us a hint on how we could achieve the desired result.
Description Hi! After updating to v0.62, I noticed, that the editors min-height doesn't fit to my configured styling. I think this is because of the
style="min-height: 28px"
in theEditable
component, therefore the style-prop overwrites my class-styling... So if this is not absolutely necessary, it would be better to remove this styling so that an!import
is not necessary.Screenshots
Environment