webui
webui copied to clipboard
fix: word wrap titles in entry cards
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.