BUG: RccCardComponent, Spacing primaray Icon
The heading of the RccCardComponent
can overlap the primary icon.
How to reproduce?
Open PAT varaiant, click 'Statistiken'. The cards containing visualizations for your answers display the respective question's wording as the title (see screen shots below). When the title is too long it overlaps the pin icon. If none of them has a long enough enough title, use the dev tools to alter one of the titles to make it long enough to overlap the pin icon.
Expected behavior?
The title text wraps before it can overlap the icon.
Suggested fix
Add padding-left: 2rem to div.heading on the card component.
Edited by Andreas Pittrich