Graph CSS fixes

This commit is contained in:
Magnus Åhall 2024-06-27 09:14:02 +02:00
parent 617e025be4
commit 4b21b0ac07
4 changed files with 18 additions and 9 deletions

View file

@ -84,6 +84,9 @@
.graph {
width: 99%;
height: 600px;
border: 1px solid #fff;
border: 1px solid #aaa;
#graph-values {
height: 600px;
}
}