shurcooL / home

home is Dmitri Shuralyov's personal website.
https://dmitri.shuralyov.com
MIT License
76 stars 2 forks source link

activity stream displays long titles poorly #33

Closed dmitshur closed 5 years ago

dmitshur commented 5 years ago

Long titles overflow in an unexpected way in the activity stream. For example:

image

They should be forced to fit in one line, no matter the length. Ellipsis can be used to make it visible that the title is shortened (the tooltip is available to display the full title):

image

Thanks @katiehockman for noticing and reporting.