Skip to content

Commit e39de1d

Browse files
committed
undo useless styles
1 parent 19f2cc3 commit e39de1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/branch_selector_field.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span class="text branch-name gt-ellipsis">{{if .Reference}}{{$.RefEndName}}{{else}}{{ctx.Locale.Tr "repo.issues.no_ref"}}{{end}}</span>
1111
{{if .HasIssuesOrPullsWritePermission}}{{svg "octicon-triangle-down" 14 "dropdown icon"}}{{end}}
1212
</div>
13-
<div class="menu tw-left-auto tw-right-0">
13+
<div class="menu">
1414
<div class="ui icon search input">
1515
<i class="icon">{{svg "octicon-filter" 16}}</i>
1616
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">

0 commit comments

Comments
 (0)