diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-08-26 14:20:23 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-10 20:21:02 +0200 |
commit | 474f76882a1c04451f9a210a59aa8efa1039426d (patch) | |
tree | fce623038af837167e7dad9fc401c32b1bef5ff4 /server | |
parent | 0df26fe8b6e2273ddd5e6db253c4408abc55447c (diff) | |
download | sonarqube-474f76882a1c04451f9a210a59aa8efa1039426d.tar.gz sonarqube-474f76882a1c04451f9a210a59aa8efa1039426d.zip |
SONAR-12404 Fix leading issue location error
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/components/common/LocationIndex.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/js/components/common/LocationIndex.css b/server/sonar-web/src/main/js/components/common/LocationIndex.css index 9d1cf112bae..ce5f3e7d229 100644 --- a/server/sonar-web/src/main/js/components/common/LocationIndex.css +++ b/server/sonar-web/src/main/js/components/common/LocationIndex.css @@ -46,14 +46,7 @@ } .location-index.is-leading:not(:first-child) { - position: absolute; - margin-left: -4px; - transform: translateX(-100%); -} - -.location-index.is-leading + .is-leading { - position: relative; - transform: none; + margin-left: -22px; } .location-index[tabindex] { |