Purii / react-wordcloud-demo

React component for demonstration purposes
http://purii.github.io/react-wordcloud-demo/
MIT License
12 stars 12 forks source link

Fix wordcloud to be responsive under 400px #3

Closed RDP07 closed 3 years ago

RDP07 commented 7 years ago

Deleted max-width on .wordcloud__container_cloud. This should make the cloud responsive under 400px. The cloud size I don't think is resizeable though under 400px.

Purii commented 7 years ago

max-width means maximum width. Removing that shouldn't change anything?