Merge pull request #995 from hunicus/fix-windows-graph

Fix graph issue in #992
This commit is contained in:
softsimon 2021-12-09 14:17:51 +04:00 committed by GitHub
commit 0ccc992e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
.chart-holder {
position: relative;
height: 650px;
height: 655px;
width: 100%;
margin: 30px auto 0;
}

View File

@ -218,7 +218,7 @@
}
.mempool-graph {
height: 250px;
height: 255px;
}
.loadingGraphs{
height: 250px;