Skip to content

Commit f687e9d

Browse files
add margin between label and zero clipboard icon in project/repository settings
1 parent f49b717 commit f687e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/projects/settings/_repository.rhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div id="clipboard_container" title="<%= l(:label_copy_to_clipboard) %>" style="display: none;">
109109
<div id="clipboard_button"><%= image_tag 'paste.png', :plugin => 'redmine_git_hosting' %></div>
110110
</div>
111-
<span>Mirrors Must Grant Write Access To The Following Public Key:</span>
111+
<span style="margin-left:10px;" >Mirrors Must Grant Write Access To The Following Public Key:</span>
112112
<br/>
113113
<textarea cols="40" id="mirror_pubkey" readonly="readonly" rows="20" style="height:140px;width:96%"><%= mirror_pubkey %></textarea>
114114
</div>

0 commit comments

Comments
 (0)