File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 184
184
{{end}}
185
185
{{else if and .PageIsComparePull (gt .CommitCount 0)}}
186
186
{{if .HasPullRequest}}
187
- <div class="ui segment flex-text-block">
188
- <div class="issue-title gt-ellipsis tw-flex-1">
189
- {{template "shared/issueicon" .}}
187
+ <div class="ui segment flex-text-block tw-gap-3 ">
188
+ {{template "shared/issueicon" .}}
189
+ <div class="issue-title tw-break-anywhere">
190
190
{{RenderIssueTitle $.Context .PullRequest.Issue.Title ($.Repository.ComposeMetas ctx) | RenderCodeBlock}}
191
191
<span class="index">#{{.PullRequest.Issue.Index}}</span>
192
192
</div>
193
- <a href="{{$.RepoLink}}/pulls/{{.PullRequest.Issue.Index}}" class="ui compact button primary">
193
+ <a href="{{$.RepoLink}}/pulls/{{.PullRequest.Issue.Index}}" class="ui compact button primary tw-whitespace-nowrap ">
194
194
{{ctx.Locale.Tr "repo.pulls.view"}}
195
195
</a>
196
196
</div>
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ only use:
52
52
*/
53
53
.tw-hidden .tw-hidden { display : none !important ; }
54
54
55
+ /* proposed class from https://github.com/tailwindlabs/tailwindcss/pull/12128 */
56
+ .tw-break-anywhere { overflow-wrap : anywhere; }
57
+
55
58
@media (max-width : 767.98px ) {
56
59
/* double selector so it wins over .tw-flex (old .gt-df) etc */
57
60
.not-mobile .not-mobile {
You can’t perform that action at this time.
0 commit comments