File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments