diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-07-28 12:22:49 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-03 20:03:24 +0000 |
commit | 4c176a2f16fccfbe876cfa6f3a1703026fbc986b (patch) | |
tree | 42e4a5dbfe7ab23d2d6c63cd4e1a0585666c9941 /server/sonar-web/src/main/js/components/SourceViewer | |
parent | c98524e072ba7dac9472a996b834a499c637e784 (diff) | |
download | sonarqube-4c176a2f16fccfbe876cfa6f3a1703026fbc986b.tar.gz sonarqube-4c176a2f16fccfbe876cfa6f3a1703026fbc986b.zip |
SONAR-16538 Move issue attributes and actions to the issue header
Diffstat (limited to 'server/sonar-web/src/main/js/components/SourceViewer')
-rw-r--r-- | server/sonar-web/src/main/js/components/SourceViewer/components/Line.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css b/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css index 47c14b9c70c..24016edd24d 100644 --- a/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css +++ b/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css @@ -88,7 +88,6 @@ .source-line-code { position: relative; - padding: 0 10px; } .source-line-code pre { @@ -97,13 +96,9 @@ white-space: pre-wrap; } -.source-line-code .issue-list { - margin-left: -10px; - margin-right: -10px; -} - .source-line-code-inner { min-height: 18px; + padding: 0 10px; } .source-line-code-inner:before, |