n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 81 forks source link

styling problem #20

Open natashache opened 7 years ago

natashache commented 7 years ago

Hey, thanks for this very handy component! I'm having a couple styling issues with it though.

  1. The stars become half cut off once I set the size to be relatively large, e.g. 42. I tried adding margins, paddings and changing the height. None of them helped.

  2. Also I wonder how to make the component inline, so that I could add texts before and after the stars on the same line. I tried changing the display option of the component to inline. It doesn't help.

Would really appreciate if you could shed some light on this. Thanks! @olegberman, any ideas?