replaced souts with log.debug

This commit is contained in:
2019-10-11 16:16:28 +02:00
parent 660207485a
commit 08fd25124c
13 changed files with 120 additions and 104 deletions

View File

@ -57,7 +57,8 @@ justify-content: center;
}
.create-table-window-content{
overflow:scroll;
height: calc(100% - 90px);
overflow: auto;
}
.create-table-window-settings{