Skip to content

Commit

Permalink
add some margin to the buttons on trustHostKey (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Oct 30, 2023
1 parent 578c482 commit f047c7c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ THE SOFTWARE.
<p>${%replaceKeyTrust(existingHostKey.fingerprint, it.hostKey.fingerprint)}</p>
</j:otherwise>
</j:choose>
<f:submit name="Yes" value="${%Yes}" />
<f:submit name="No" value="${%No}" />
<f:submit name="Yes" value="${%Yes}" clazz="jenkins-!-margin-left-1"/>
<f:submit name="No" value="${%No}" clazz="jenkins-!-margin-left-1"/>
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>

0 comments on commit f047c7c

Please sign in to comment.