Closed acelaya closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.42%. Comparing base (
5627ba9
) to head (1c71ea7
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
While testing some of the latest changes in the
Select
component in client, I noticed the description of export formats could be cropped if the sidebar is too small.This PR ensures descriptions wrap multiple lines if needed.
Before:
After:
I also took the opportunity to replace the deprecated
right
prop with the newalignListbox="right"
.