> Using Jenkins v2.184 Fix contains:
- Display decreased the length of the delete build button
- Display decreased the length of the build title
- Display decreased the length of build name in the breadcrumbs
Solution: When the length of the delete button larger than the width of that div element i.e. when the name overflows, the delete button string displays the name as it is, till the width of the div element and the remaining part is converted to ellipsis automatically. The build-caption page-headline and breadcrumbs headline behaves in the same way. Following files were modified in the codebase:
- jenkins/war/src/main/webapp/css/style.css
- jenkins/core/src/main/resources/lib/layout/breadcrumbs.css
Tested the above on the following browsers:
- Chrome v75.0.3770.100
- Firefox Quantum v67.0.4
- Safari v12.0.1 (14606.2.104.1.1)
Also tested the three use cases on different viewports by changing the viewport/browser size. |