Skip to content

Commit f1b4ec0

Browse files
authored
Fix overlapping elements on job page (#667)
1 parent 7172994 commit f1b4ec0

File tree

1 file changed

+2
-0
lines changed
  • src/main/resources/io/jenkins/plugins/pipelinegraphview/multipipelinegraphview/MultiPipelineGraphViewAction

1 file changed

+2
-0
lines changed

src/main/resources/io/jenkins/plugins/pipelinegraphview/multipipelinegraphview/MultiPipelineGraphViewAction/jobMain.jelly

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<?jelly escape-by-default='true'?>
33
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
44
<j:if test="${it.showGraphOnJobPage}">
5+
<!-- workaround floatingBox elements overlapping until page is reworked -->
6+
<div class="clearfix" />
57
<l:card title="${%Stages}" expandable="multi-pipeline-graph">
68
<div id="multiple-pipeline-root"
79
data-current-job-path="${rootURL + '/' + it.jobUrl}"

0 commit comments

Comments
 (0)