parse-community / parse-community.github.io

Parse Platform GitHub Pages
https://parseplatform.org
Other
10 stars 24 forks source link

🐛 Text wrapping on community highlight titles #20

Closed TomWFox closed 5 years ago

TomWFox commented 5 years ago

Currently if the title of a community highlight exceeds the width of the container it is cutoff with an ellipsis. This behaviour doesn't make sense as there is no way of say clicking on the box and then being shown a detail view with all the content, hence all the content should be displayed.

Similar changes have been made for the descriptions in #14 but it's a bit more complex for the titles so I'm opening this issue for anyone to have a look at this or I will try to make a PR when I have some time.

Image for reference:

Screenshot 2019-03-10 at 18 10 53
TomWFox commented 5 years ago

This was also evident in repoList but I have rectified this in #23.