Graph CSS fixes
This commit is contained in:
parent
617e025be4
commit
4b21b0ac07
4 changed files with 18 additions and 9 deletions
|
|
@ -69,6 +69,8 @@
|
|||
}
|
||||
.graph {
|
||||
width: 99%;
|
||||
height: 600px;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
.graph #graph-values {
|
||||
height: 600px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@
|
|||
}
|
||||
.graph {
|
||||
width: 99%;
|
||||
height: 600px;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
.graph #graph-values {
|
||||
height: 600px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue