File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 190190 {{RenderIssueTitle $.Context .PullRequest.Issue.Title ($.Repository.ComposeMetas ctx) | RenderCodeBlock}}
191191 <span class="index">#{{.PullRequest.Issue.Index}}</span>
192192 </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">
194194 {{ctx.Locale.Tr "repo.pulls.view"}}
195195 </a>
196196 </div>
Original file line number Diff line number Diff line change 2121 background : var (--color-button );
2222 border : 1px solid var (--color-light-border );
2323 color : var (--color-text );
24+ white-space : nowrap;
25+ }
26+
27+ @media (max-width : 767.98px ) {
28+ .ui .button {
29+ white-space : normal;
30+ }
2431}
2532
2633.ui .button : hover {
You can’t perform that action at this time.
0 commit comments