Browse Source

SONAR-16519 Improve spacing

tags/9.6.0.59041
Mathieu Suen 1 year ago
parent
commit
6603ca8421

+ 1
- 1
server/sonar-web/src/main/js/apps/coding-rules/components/RuleTabViewer.tsx View File

@@ -123,7 +123,7 @@ export default class RuleViewerTabs extends React.PureComponent<Props, State> {
/>
)}
<BoxedTabs
className="bordered-bottom"
className="bordered-bottom big-spacer-top"
onSelect={this.handleSelectTabs}
selected={currentTab.key}
tabs={tabs}

+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

@@ -1804,7 +1804,7 @@ coding_rules.issues.only_main_branches=Only issues from the main project branche
coding_rules.most_violating_projects=Most Violating Projects
coding_rules.need_extend_or_copy=Rules in built-in Quality Profiles can't be changed. You can create a customizable Quality Profile based on a built-in one by Copying or Extending it in the Quality Profiles list.
coding_rules.no_results=No Coding Rules
coding_rules.no_issue_detected_for_projects=No issues were detected for this rule in the main project branches
coding_rules.no_issue_detected_for_projects=No issues were detected for this rule in the main project branches.
coding_rules.no_tags=No tags
coding_rules.original=Original:
coding_rules.overrides="{0}" overrides "{1}"

Loading…
Cancel
Save