diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-11-24 10:01:37 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-28 11:29:35 +0000 |
commit | a8a5d01b4ada4c4be6a56325f3951fca1bbc3f85 (patch) | |
tree | e50df5d7790d21d8136b4d34e979f69ce48df373 /server/sonar-web/src/main/js/apps/overview | |
parent | 92ce215524cf11c0dee49d2f4b6981497f197020 (diff) | |
download | sonarqube-a8a5d01b4ada4c4be6a56325f3951fca1bbc3f85.tar.gz sonarqube-a8a5d01b4ada4c4be6a56325f3951fca1bbc3f85.zip |
SONAR-17667 Finish migration of Activity Graph tests to RTL
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/styles.css b/server/sonar-web/src/main/js/apps/overview/styles.css index dff179b2587..e161b17d3a8 100644 --- a/server/sonar-web/src/main/js/apps/overview/styles.css +++ b/server/sonar-web/src/main/js/apps/overview/styles.css @@ -272,7 +272,7 @@ */ .overview-panel .activity-graph-legends { - text-align: right; + justify-content: right; margin-top: -30px; } |