Skip to content

Commit b95cc38

Browse files
committed
fix
1 parent 5873e8a commit b95cc38

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

templates/repo/issue/branch_selector_field.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Still needs to figure out:
1515
*/}}
1616
{{if and (not .Issue.IsPull) (not .PageIsComparePull)}}
1717
<input id="ref_selector" name="ref" type="hidden" value="{{.Reference}}">
18-
<div class="ui dropdown select-branch branch-selector-dropdown ellipsis-text-items {{if not .HasIssuesOrPullsWritePermission}}disabled{{end}} tw-w-full"
18+
<div class="ui dropdown select-branch branch-selector-dropdown ellipsis-text-items {{if not .HasIssuesOrPullsWritePermission}}disabled{{end}}"
1919
data-no-results="{{ctx.Locale.Tr "no_results_found"}}"
2020
{{if and .Issue (or .IsIssueWriter .HasIssuesOrPullsWritePermission)}}data-url-update-issueref="{{$.RepoLink}}/issues/{{.Issue.Index}}/ref"{{end}}
2121
>
22-
<div class="ui button branch-dropdown-button tw-w-full">
22+
<div class="ui button branch-dropdown-button">
2323
<span class="text-branch-name gt-ellipsis">{{if .Reference}}{{$.RefEndName}}{{else}}{{ctx.Locale.Tr "repo.issues.no_ref"}}{{end}}</span>
2424
{{if .HasIssuesOrPullsWritePermission}}{{svg "octicon-triangle-down" 14 "dropdown icon"}}{{end}}
2525
</div>

web_src/css/repo.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,6 @@ td .commit-summary {
601601
width: 100%;
602602
margin: 0;
603603
}
604-
.repository.view.issue .comment-list .comment .content .form .button:not(:last-child) {
605-
margin-bottom: 1rem;
606-
}
607604
}
608605

609606
.repository.view.issue .comment-list .comment .merge-section {

0 commit comments

Comments
 (0)