File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 tw-whitespace-nowrap ">
193
+ <a href="{{$.RepoLink}}/pulls/{{.PullRequest.Issue.Index}}" class="ui compact button primary">
194
194
{{ctx.Locale.Tr "repo.pulls.view"}}
195
195
</a>
196
196
</div>
Original file line number Diff line number Diff line change 21
21
background : var (--color-button );
22
22
border : 1px solid var (--color-light-border );
23
23
color : var (--color-text );
24
+ white-space : nowrap;
25
+ }
26
+
27
+ @media (max-width : 767.98px ) {
28
+ .ui .button {
29
+ white-space : normal;
30
+ }
24
31
}
25
32
26
33
.ui .button : hover {
You can’t perform that action at this time.
0 commit comments