]> source.dussan.org Git - sonarqube.git/commit
SONAR-12112 horizontal scrolling
authorJeremy Davis <jeremy.davis@sonarsource.com>
Mon, 20 May 2019 15:58:59 +0000 (17:58 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 23 May 2019 18:21:11 +0000 (20:21 +0200)
commit5340427e788552bdff13756721110bf7c41b91f0
tree13565e7a1a0c5819c1812d3476c901ba04b0d6e7
parent63a3a432ef8a6127aa690b2bda2abab3c0ff82a5
SONAR-12112 horizontal scrolling
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/SnippetViewer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/ComponentSourceSnippetViewer-test.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/SnippetViewer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/__snapshots__/SnippetViewer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/styles.css
server/sonar-web/src/main/js/helpers/__tests__/scrolling-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/scrolling.ts