Skip to content

Commit 9faaa40

Browse files
authored
Update box.tmpl
1 parent 1957c87 commit 9faaa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/diff/box.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<input type="checkbox" name="{{$file.GetDiffFileName}}" autocomplete="off"{{if $file.IsViewed}} checked{{end}}> {{ctx.Locale.Tr "repo.pulls.has_viewed_file"}}
165165
</label>
166166
{{end}}
167-
<button class="btn diff-header-popup-btn tw-mr-2">{{svg "octicon-kebab-horizontal" 18}}</button>
167+
<button class="btn diff-header-popup-btn tw-p-1">{{svg "octicon-kebab-horizontal" 18}}</button>
168168
<div class="tippy-target">
169169
{{if not (or $file.IsIncomplete $file.IsBin $file.IsSubmodule)}}
170170
<button class="unescape-button item" data-file-content-elem-id="diff-{{$file.NameHash}}">{{ctx.Locale.Tr "repo.unescape_control_characters"}}</button>

0 commit comments

Comments
 (0)