Add small spacing between checkbox and label

This commit is contained in:
Thomas Sayen 2025-06-10 22:28:47 +02:00 committed by Thomas Sayen
parent 5684f5e707
commit 6c62a513e8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{end}} {{end}}
</div> </div>
<div class="commits-table-left tw-flex tw-items-center"> <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> <label for="history-enable-follow-renames">{{ctx.Locale.Tr "repo.commits.history_follow_rename"}}</label>
</div> </div>
{{if .IsDiffCompare}} {{if .IsDiffCompare}}