Reputation: 7882
Is it possible to make non-sibling elements to have the same height (the height of the tallest one) in React?
That obviously cannot be done with CSS. That would be fairly easy to do with JavaScript but I'd have to rely on DOMNodeInserted
event since the elements I'm working with are dynamic and I'm pretty sure that wouldn't work with React.
Any ideas?
Upvotes: 0
Views: 589