1 Kommentar (1 Kommentar)0 Reaktionen (0 Reaktionen)1 zugewiesene Person (1 zugewiesene Person)TypeScript26.187 Stars (26.187 Stars)2.542 Forks (2.542 Forks)user submission
BugHelp WantedSev/3Up for grabs
Beschreibung
Steps to reproduce the behavior
- Create a card template with a really long title.
- Click the down array on the New card button and notice the list
- Issue Type
- bug
- Research-Richtung
- Look at the component that renders the card template list dropdown, likely in `webapp/src/components/cardTemplateList.tsx`. Check the CSS for truncation or overflow handling. The issue is that long titles are not displayed correctly (probably overflow or no ellipsis). Fix by adding text overflow: ellipsis and appropriate width constraints.