aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/activity-graph/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/activity-graph/styles.css')
-rw-r--r--server/sonar-web/src/main/js/components/activity-graph/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/activity-graph/styles.css b/server/sonar-web/src/main/js/components/activity-graph/styles.css
index 73d9cda0f64..81e4f03e602 100644
--- a/server/sonar-web/src/main/js/components/activity-graph/styles.css
+++ b/server/sonar-web/src/main/js/components/activity-graph/styles.css
@@ -54,9 +54,9 @@
}
.activity-graph-legends {
- flex-grow: 0;
+ display: flex;
+ justify-content: center;
padding-bottom: calc(2 * var(--gridSize));
- text-align: center;
}
.activity-graph-legend-actionable {