Commit d2139ee
committed
[JENKINS-76029] Fix pipeline branch labels overflowing into sidebar
The Pipeline plugin uses ::before pseudo-elements with position:absolute
and translateX(-100%) to place branch labels in the left margin of console
output. When labels are long, they overflow into the sidebar.
This fix overrides the plugin styling to display labels inline with the
console output text instead of in the left margin.1 parent 1ce1de6 commit d2139ee
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
0 commit comments