aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-07-01 15:33:22 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-07-01 16:47:23 +0200
commit47b3076a115c8c90863c5dbab6e7f9515d0df738 (patch)
treeb97b6ea6f5b82db037984b032f8447f588aba361 /server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
parent92f76d9ce9a915089dbab02296c22959b469480a (diff)
downloadsonarqube-47b3076a115c8c90863c5dbab6e7f9515d0df738.tar.gz
sonarqube-47b3076a115c8c90863c5dbab6e7f9515d0df738.zip
apply feedback for the quality profiles page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
index b83eaf2e090..5751a3d3239 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
@@ -94,7 +94,7 @@ export default class ProfileInheritance extends React.Component {
</header>
{!this.state.loading && (
- <table className="data condensed zebra">
+ <table className="data zebra">
<tbody>
{this.state.ancestors.map((ancestor, index) => (
<ProfileInheritanceBox