Flexget / webui

The FlexGet Web UI
MIT License
42 stars 19 forks source link

fix: word wrap titles in entry cards #184

Open Marsup opened 9 months ago

Marsup commented 9 months ago

Motivation for changes:

Long unbreakable titles on entry cards (pending list in my case) are not visible as they overflow the card and just get cut to the card's size. This simple css forces a line break on those titles and doesn't seem to alter the layout in a bad way.