mirror of https://github.com/go-gitea/gitea.git
Add small spacing between checkbox and label
This commit is contained in:
parent
5684f5e707
commit
6c62a513e8
|
|
@ -9,7 +9,7 @@
|
|||
{{end}}
|
||||
</div>
|
||||
<div class="commits-table-left tw-flex tw-items-center">
|
||||
<input type="checkbox" name="history-enable-follow-renames"/>
|
||||
<input type="checkbox" name="history-enable-follow-renames" style="margin-right: 5px;"/>
|
||||
<label for="history-enable-follow-renames">{{ctx.Locale.Tr "repo.commits.history_follow_rename"}}</label>
|
||||
</div>
|
||||
{{if .IsDiffCompare}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue