[ADF-3215] Fix Versions dialog height (#4043)

This commit is contained in:
davidcanonieto
2018-12-05 14:32:02 +00:00
committed by Eugenio Romano
parent 9881e52873
commit 5d17878129

View File

@@ -18,7 +18,7 @@
} }
.adf-new-version-container { .adf-new-version-container {
height: 800px; height: inherit;
overflow: hidden; overflow: hidden;
} }