diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-04-04 08:43:42 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:40:51 +0200 |
commit | 75abdef0c27dc443aaa4f05c2e868119887afb3c (patch) | |
tree | 518a685db666e6a38b6c92212bffbdfa39054849 /server/sonar-web/src/main/js/apps/marketplace/components | |
parent | 941cdf85a80bdf1049a6e3a2dfaa0690969a5e45 (diff) | |
download | sonarqube-75abdef0c27dc443aaa4f05c2e868119887afb3c.tar.gz sonarqube-75abdef0c27dc443aaa4f05c2e868119887afb3c.zip |
SONAR-9697 Ensure tooltips are always placed correctly (#77)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/marketplace/components')
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap b/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap index 64bc114f97a..85d122c5896 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap @@ -3,7 +3,6 @@ exports[`should display the license field 1`] = ` <Tooltip overlay="SonarSource license" - placement="bottom" > <li className="little-spacer-bottom marketplace-plugin-license" |