1
1

force graph height to be 300px

This commit is contained in:
2020-04-06 19:36:07 +02:00
parent 4b5ce3bc46
commit 7efb5f61e3

View File

@@ -166,6 +166,7 @@ tr:hover {
#graph { #graph {
flex: 0 0 300px; flex: 0 0 300px;
height: 300px;
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;