We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957c87 commit 9faaa40Copy full SHA for 9faaa40
templates/repo/diff/box.tmpl
@@ -164,7 +164,7 @@
164
<input type="checkbox" name="{{$file.GetDiffFileName}}" autocomplete="off"{{if $file.IsViewed}} checked{{end}}> {{ctx.Locale.Tr "repo.pulls.has_viewed_file"}}
165
</label>
166
{{end}}
167
- <button class="btn diff-header-popup-btn tw-mr-2">{{svg "octicon-kebab-horizontal" 18}}</button>
+ <button class="btn diff-header-popup-btn tw-p-1">{{svg "octicon-kebab-horizontal" 18}}</button>
168
<div class="tippy-target">
169
{{if not (or $file.IsIncomplete $file.IsBin $file.IsSubmodule)}}
170
<button class="unescape-button item" data-file-content-elem-id="diff-{{$file.NameHash}}">{{ctx.Locale.Tr "repo.unescape_control_characters"}}</button>
0 commit comments