openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

💄(frontend) fix layout issue on DashboardItem #2407

Closed jbpenrath closed 1 month ago

jbpenrath commented 1 month ago

Purpose

Within DashboardItem component, if the training title is too long, it is not truncated so the component overflows. The best option seems to use a line clamp to allow the title to go on two lines but truncate it if it exceeds this limit.

Before After
image image

P.S: Even if the -webkit prefix let's believe that related CSS property are only supported by webkit browsers, line clamp is currently working with this prefix on Firefox, Safari, Chromium. https://caniuse.com/css-line-clamp