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

Loading…
Cancel
Save