N°3913 Allow iTop Hub iframe to fully display after setup

This commit is contained in:
Stephen Abello
2021-08-13 17:46:24 +02:00
parent 4d3ba6edd0
commit 0b81601699
3 changed files with 19 additions and 3 deletions

View File

@@ -17747,3 +17747,11 @@ body {
#installation_progress {
display: none;
}
#fresh_content {
border: 0;
min-height: 300px;
min-width: 600px;
display: none;
margin-left: auto;
margin-right: auto;
}