wnr / element-resize-detector

Optimized cross-browser resize listener for elements.
MIT License
1.32k stars 118 forks source link

Add flex 0 to container styles #64

Closed souporserious closed 7 years ago

souporserious commented 8 years ago

This can totally be done in a stylesheet, but how do you feel about adding flex: 0 into the containerContainer inline styles? https://github.com/wnr/element-resize-detector/blob/master/dist/element-resize-detector.js#L793

wnr commented 8 years ago

That seems reasonable :) I would accept such PR.

souporserious commented 8 years ago

Awesome :) I'll get it together as soon as I can.

wnr commented 7 years ago

Sounds great!

wnr commented 7 years ago

This is now fixed in version 1.1.10

souporserious commented 7 years ago

Thanks!