Tree min height of 75%

This commit is contained in:
Arne Keller 2021-02-10 16:45:51 +01:00
parent d5b6cdc854
commit 541f9c54e8
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#infoHeader {
display: flex;
position: relative;
width: 30vw;
align-items: center;
justify-content: center;
}

View File

@ -1,3 +1,4 @@
tc-proof-tree {
flex: auto;
min-height: 75%;
}