gianu / react-fittext

React Plugin to fit text on the screen
http://softwarepsychonaut.com/react-fittext
MIT License
218 stars 51 forks source link

force single line of text #30

Open charlotte-curran opened 5 years ago

charlotte-curran commented 5 years ago

Simple beautiful package, so thanks for that!

Just wondering if there's a way to allow the fit text to work when forcing things to be on a single line? I don't want my text to wrap, and if I give white-space: nowrap the scaling doesnt work, and the text overflows the container. Thanks!