jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 332 forks source link

Fix display of blog archive with long titles #335

Closed m90 closed 5 years ago

m90 commented 6 years ago

Blog entries that have very long titles will currently break the layout and overflow the container, sometimes even the screen. Instead, ensure they are properly cropped using text-overflow: ellipis

Before:

image

After

image

m90 commented 6 years ago

Great. Unfortunately I cannot merge this myself, so I will need to leave it up to someone else.

m90 commented 6 years ago

@jnordberg Can we also merge this?