File tree Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Expand file tree Collapse file tree 8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -1464,6 +1464,8 @@ issues.filter_milestones=Cloch Mhíle Scagaire
14641464issues.filter_projects =Tionscadal Scagaire
14651465issues.filter_labels =Lipéad Scagaire
14661466issues.filter_reviewers =Athbhreithneoir Scagaire
1467+ issues.filter_no_results =Gan torthaí
1468+ issues.filter_no_results_placeholder =Bain triail as do scagairí cuardaigh a choigeartú.
14671469issues.new =Eagrán Nua
14681470issues.new.title_empty =Ní féidir leis an teideal a bheith folamh
14691471issues.new.labels =Lipéid
@@ -1701,7 +1703,9 @@ issues.time_estimate_invalid=Tá formáid meastachán ama neamhbhailí
17011703issues.start_tracking_history =thosaigh ag obair %s
17021704issues.tracker_auto_close =Stopfar ama go huathoibríoch nuair a dhúnfar an tsaincheist seo
17031705issues.tracking_already_started =`Tá tús curtha agat cheana féin ag rianú ama ar <a href =" %s" >eagrán eile</a>!`
1706+ issues.stop_tracking =Stad uaineadóir
17041707issues.stop_tracking_history =d' oibrigh do <b>%[1]s</b> %[2]s
1708+ issues.cancel_tracking=Caith amach
17051709issues.cancel_tracking_history=`rianú ama curtha ar ceal %s`
17061710issues.del_time=Scrios an log ama seo
17071711issues.add_time_history=cuireadh am caite <b>%[1]s</b> %[2]s leis
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/assignee?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="assignee_ids" type="hidden" value="{{$data.SelectedAssigneeIDs}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
9+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
1010 <a class="text muted">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.assignees"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
Original file line number Diff line number Diff line change 44 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/labels?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
55>
66 <input class="combo-value" name="label_ids" type="hidden" value="{{$data.SelectedLabelIDs}}">
7- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
7+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
88 <a class="text muted">
99 <strong>{{ctx.Locale.Tr "repo.issues.new.labels"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1010 </a>
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/milestone?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="milestone_id" type="hidden" value="{{$data.SelectedMilestoneID}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
9+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
1010 <a class="text muted">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.milestone"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/projects?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="project_id" type="hidden" value="{{$data.SelectedProjectID}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
9+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
1010 <a class="text muted">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.projects"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/request_review?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input type="hidden" class="combo-value" name="reviewer_ids">{{/* match CreateIssueForm */}}
9- <div class="ui dropdown {{if or (not $hasCandidates) (not $data.CanChooseReviewer)}}disabled{{end}}">
9+ <div class="ui dropdown text-flex-grow {{if or (not $hasCandidates) (not $data.CanChooseReviewer)}}disabled{{end}}">
1010 <a class="text muted">
1111 <strong>{{ctx.Locale.Tr "repo.issues.review.reviewers"}}</strong> {{if $data.CanChooseReviewer}}{{svg "octicon-gear"}}{{end}}
1212 </a>
Original file line number Diff line number Diff line change 22 {{if and .CanUseTimetracker (not .Repository.IsArchived)}}
33 <div class="divider"></div>
44 <div>
5- <div class="ui dropdown jump">
5+ <div class="ui dropdown text-flex-grow jump">
66 <a class="text muted">
7- <strong>{{ctx.Locale.Tr "repo.issues.tracker"}}</strong> {{svg "octicon-gear"}}
8- {{if $.IsStopwatchRunning}}{{svg "octicon-stopwatch"}}{{end}}
7+ <div>
8+ <strong>{{ctx.Locale.Tr "repo.issues.tracker"}}</strong> {{if $.IsStopwatchRunning}}{{svg "octicon-stopwatch"}}{{end}}
9+ </div>
10+ {{svg "octicon-gear"}}
911 </a>
1012 <div class="menu">
1113 <a class="item issue-set-time-estimate show-modal" data-modal="#issue-time-set-estimate-modal">
Original file line number Diff line number Diff line change @@ -1188,3 +1188,13 @@ the "!important" is necessary to override Fomantic UI menu item styles, meanwhil
11881188 overflow : hidden !important ;
11891189 text-overflow : ellipsis !important ;
11901190}
1191+
1192+ .ui .dropdown .text-flex-grow {
1193+ display : flex;
1194+ }
1195+
1196+ .ui .dropdown .text-flex-grow > .text {
1197+ display : flex;
1198+ flex-grow : 1 ;
1199+ justify-content : space-between;
1200+ }
You can’t perform that action at this time.
0 commit comments