transparentdemocracy / website

The frontend that visualizes the information obtained from the backend. Written in Angular.
1 stars 0 forks source link

Truncate long titles in Motions #15

Closed idotj closed 1 month ago

idotj commented 1 month ago

Some motions have very long titles and makes the UI uneven at height size. Also has an impact when using the pagination (layout shift due to different heights for motionGroupList)

A good solution will be to apply via CSS a truncate class to limit the title to max. 3 or 4 lines

idotj commented 1 month ago

Now with smaller text this issue is no longer needed