malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
469 stars 143 forks source link

Textfit breaks when its parent is absolute. #76

Open tanujn45 opened 3 years ago

tanujn45 commented 3 years ago

sample

I am trying to create something like above. But when I set the position of Textfit as absolute it breaks. Please help!

Bigme2020 commented 2 months ago

try set min-width i guess the reason is that there's different width behavior on different browsers for me it works fine in my app on android but i have to set minWidth on ios