|
18 | 18 | <span class="text" data-tooltip-content="{{if .Issue.IsPull}}{{ctx.Locale.Tr "repo.issues.dependency.pr_close_blocks"}}{{else}}{{ctx.Locale.Tr "repo.issues.dependency.issue_close_blocks"}}{{end}}">
|
19 | 19 | <strong>{{ctx.Locale.Tr "repo.issues.dependency.blocks_short"}}</strong>
|
20 | 20 | </span>
|
21 |
| - <div class="ui relaxed divided list"> |
| 21 | + <div class="ui divided list"> |
22 | 22 | {{range .BlockingDependencies}}
|
23 | 23 | <div class="item dependency{{if .Issue.IsClosed}} is-closed{{end}} tw-flex tw-items-center tw-justify-between">
|
24 | 24 | <div class="item-left tw-flex tw-justify-center tw-flex-col tw-flex-1 gt-ellipsis">
|
25 |
| - <a class="title muted" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
| 25 | + <a class="muted gt-ellipsis" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
26 | 26 | #{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}
|
27 | 27 | </a>
|
28 | 28 | <div class="text small gt-ellipsis" data-tooltip-content="{{.Repository.OwnerName}}/{{.Repository.Name}}">
|
|
50 | 50 | <span class="text" data-tooltip-content="{{if .Issue.IsPull}}{{ctx.Locale.Tr "repo.issues.dependency.pr_closing_blockedby"}}{{else}}{{ctx.Locale.Tr "repo.issues.dependency.issue_closing_blockedby"}}{{end}}">
|
51 | 51 | <strong>{{ctx.Locale.Tr "repo.issues.dependency.blocked_by_short"}}</strong>
|
52 | 52 | </span>
|
53 |
| - <div class="ui relaxed divided list"> |
| 53 | + <div class="ui divided list"> |
54 | 54 | {{range .BlockedByDependencies}}
|
55 | 55 | <div class="item dependency{{if .Issue.IsClosed}} is-closed{{end}} tw-flex tw-items-center tw-justify-between">
|
56 | 56 | <div class="item-left tw-flex tw-justify-center tw-flex-col tw-flex-1 gt-ellipsis">
|
57 |
| - <a class="title muted" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
| 57 | + <a class="muted gt-ellipsis" href="{{.Issue.Link}}" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
58 | 58 | #{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}
|
59 | 59 | </a>
|
60 | 60 | <div class="text small gt-ellipsis" data-tooltip-content="{{.Repository.OwnerName}}/{{.Repository.Name}}">
|
|
76 | 76 | <div class="item-left tw-flex tw-justify-center tw-flex-col tw-flex-1 gt-ellipsis">
|
77 | 77 | <div class="gt-ellipsis">
|
78 | 78 | <span data-tooltip-content="{{ctx.Locale.Tr "repo.issues.dependency.no_permission.can_remove"}}">{{svg "octicon-lock" 16}}</span>
|
79 |
| - <span class="title" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
| 79 | + <span class="gt-ellipsis" data-tooltip-content="#{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}"> |
80 | 80 | #{{.Issue.Index}} {{.Issue.Title | ctx.RenderUtils.RenderEmoji}}
|
81 | 81 | </span>
|
82 | 82 | </div>
|
|
0 commit comments