Skip to content

Commit

Permalink
Merge pull request #166 from timja/patch-1
Browse files Browse the repository at this point in the history
Fix theming of Keep this build forever action
  • Loading branch information
dwnusbaum authored Jul 6, 2020
2 parents f369d5b + 6376ae3 commit 7a9d132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<l:layout title="${it.fullDisplayName}">
<st:include page="sidepanel.jelly"/>
<l:main-panel>
<div style="float:right; background-color:white; z-index: 1; position:relative; margin-left: 1em">
<div style="float:right; z-index: 1; position:relative; margin-left: 1em">
<l:hasPermission permission="${it.UPDATE}">
<st:include page="logKeep.jelly"/>
</l:hasPermission>
Expand Down

0 comments on commit 7a9d132

Please sign in to comment.