change max-height

pull/3094/head
yann300 6 years ago
parent b40b13ee76
commit 4a54fc7e9f
  1. 4
      src/app/staticanalysis/styles/staticAnalysisView-styles.js

@ -7,7 +7,7 @@ var css = csjs`
}
.result {
margin-top: 1%;
max-height: 400px;
max-height: 300px;
overflow-y: auto;
}
.buttons {
@ -28,7 +28,7 @@ var css = csjs`
align-items: center;
}
.container {
max-height: 400px;
max-height: 300px;
overflow-y: auto;
}
`

Loading…
Cancel
Save