JayeshLab/vue-resize-text

Does not work in flex containers...

douglasg14b opened this issue · 3 comments

If I have text in a flex container child, even if the container is set to grow, the text is set to the largest size even if it doesn't fit in the container, it is never made smaller.

Not sure if it has to do with flex at all. Even if I explicitly set the element to a specific width in pixels, this still only maxes out the font size even if it doesn't fit into the element.

Oh, this only resizes based on the element size, regardless of what's inside of it... I see.

Baby i have the same problem , how can I fix it?