提交 b481b00b 编写于 作者: R Rachel Macfarlane 提交者: Joao Moreno

Move Feature Request before Performance Issue, fixes #45334

上级 24937a02
...@@ -541,8 +541,8 @@ export class IssueReporter extends Disposable { ...@@ -541,8 +541,8 @@ export class IssueReporter extends Disposable {
} else { } else {
typeSelect.innerHTML = [ typeSelect.innerHTML = [
makeOption(IssueType.Bug, localize('bugReporter', "Bug Report")), makeOption(IssueType.Bug, localize('bugReporter', "Bug Report")),
makeOption(IssueType.PerformanceIssue, localize('performanceIssue', "Performance Issue")), makeOption(IssueType.FeatureRequest, localize('featureRequest', "Feature Request")),
makeOption(IssueType.FeatureRequest, localize('featureRequest', "Feature Request")) makeOption(IssueType.PerformanceIssue, localize('performanceIssue', "Performance Issue"))
].join('\n'); ].join('\n');
} }
......
...@@ -390,6 +390,10 @@ button { ...@@ -390,6 +390,10 @@ button {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.issues-container > .issue > .issue-state .octicon {
width: 16px;
}
.issues-container > .issue > .issue-state { .issues-container > .issue > .issue-state {
width: 77px; width: 77px;
padding: 3px 6px; padding: 3px 6px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册