Do not use small text size for board items or child items
What does this MR do and why?
Do not use small text size for board items or child items
Remove styles that set related item titles and board card titles to use the small text size (12px) when the container is smaller than the lg breakpoint.
Changelog: fixed
References
Screenshots or screen recordings
Scenario | Before | After |
---|---|---|
related/child item titles | ![]() |
![]() |
Board card item titles | ![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Visit a board
- narrow your viewport or open an item in the board so that the panel containing the board is <1200px wide
- The font size of board card item titles will not change
- Visit a work item that has child items
- Either narrow your viewport so that the panel containing the work item is <1200px wide or open one of the child items in the side panel so that the panel containing the parent work item is <1200px wide
- You will see that the font size of related items does not change
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #574951