Skip to content

Commit 48cb4dd

Browse files
Chi-Irohsilverwind
andcommitted
Use tailwind style instead of inline style
Co-authored-by: silverwind <me@silverwind.io>
1 parent 6c44240 commit 48cb4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/commits_table.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{end}}
1010
</div>
1111
<div class="commits-table-left tw-flex tw-items-center">
12-
<input type="checkbox" name="history-enable-follow-renames" style="margin-right: 5px;"/>
12+
<input type="checkbox" name="history-enable-follow-renames" class="tw-mr-[5px]"/>
1313
<label for="history-enable-follow-renames">{{ctx.Locale.Tr "repo.commits.history_follow_rename"}}</label>
1414
</div>
1515
{{if .IsDiffCompare}}

0 commit comments

Comments
 (0)