Fix Analytics dashboards description `Show more` toggle button
What does this MR do and why?
Fixes a bug that was causing the Show more button to render on analytics dashboard descriptions, even when it wasn't required.
References
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Navigate to the analytics dashboard list for any group (ex. http://gdk.test:3000/groups/flightjs/-/analytics/dashboards/)
- Validate that the
Show morebutton is not rendered for the Value streams dashboard. - Modify the Value streams dashboard YAML to try different descriptions and ensure the
Show morebutton only appears when necessary
Related to #464806 (closed)

