JedWatson / react-input-autosize

Auto-resizing input field for React
https://jedwatson.github.io/react-input-autosize
MIT License
769 stars 178 forks source link

Can we centre-align the input? #148

Open T620 opened 6 years ago

T620 commented 6 years ago

Is there support for having an input which is centre-aligned?

This usually does the trick for any element: display: block; margin: 0 auto;

But can't get it to work. Is it because of the width of the component?

Thanks!