-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
overflow: hidden; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 3; | ||
-webkit-box-orient: vertical; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work in Firefox, will it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Actually it's working well in FF.
I've tested it in Brave, Opera, Chrome and FF.
https://drafts.csswg.org/css-overflow-3/#webkit-line-clamp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, awesome! Let's merge it then. Thanks, Agustin!
What it solves
Resolves #2478
How this PR fixes it
By adding an ellipsis to the description. We show 3 lines (max) and add a ellipsis at the end.
How to test it
Screenshots