ossn / ossn-frontend

The homepage of Mozilla's Open Source Student Network
https://ossn.club
MIT License
4 stars 11 forks source link

Improve handling of clubs with big names on club listing #307

Open alexdor opened 5 years ago

alexdor commented 5 years ago

Improve the club listing so each row of clubs has the same height, the current status of the page is the following

Screenshot 2019-10-10 at 22 06 06
alexdor commented 5 years ago

The name of the club is too important to hide it unfortunately, do you think it’s possible to change the height instead of hiding the name?

Best, Alex On 11 Oct 2019, 09:43 +0200, Angelina von Gegerfelt notifications@github.com, wrote:

I can do this. Is it okay that the name "disappears" if it is too much, adding a "..." at the end? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

csrs commented 5 years ago

We can set a min-height that accommodates a title up to 4 lines long. I just made PR #309 to try that out.