harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
78 stars 54 forks source link

ui: group name should be ellipsized #74

Closed chankruze closed 1 year ago

chankruze commented 1 year ago

Currently, a long group name looks like this:

image

It should be of maximum 1 line and ellipsized to show there is more content, like below:

image

And also the group card needs to be updated with max 2 lines and ellipsized.

image

Like this

image

chankruze commented 1 year ago

@harshmangalam please add appropriate labels for this issue. I have also the PR ready for this one.