PickUpWidget text improvements
Problem
The PickUpWidget component has two text display issues:
-
Punctuation wrapping issue: The period ( .) after the<code>element containing the branch name can wrap to a new line, creating awkward text flow -
Code overflow issue: Long branch names in the <code>element can exceed the card boundaries, causing layout problems
How to Test
- Enable the
personal_homepagefeature flag - Push a branch with a long name to trigger the PickUpWidget
- Navigate to the dashboard home page
- Verify the text displays correctly without overflow or punctuation wrapping
References
- MR: !204821 (merged)
- Epic: &18884
Edited by Konstantin Greif