fix css for bar graph and main screen
This commit is contained in:
@@ -58,4 +58,18 @@
|
||||
font-size: x-small;
|
||||
font-weight: 400;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
div#tests-count-graph {
|
||||
height: 180px;
|
||||
width: 430px;
|
||||
/* border: 2px solid #000; */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
svg#bargraph {
|
||||
height: 180px; /* 500px; */
|
||||
width: 700px; /* 1100px; */
|
||||
/* border: 1px dotted #ccc; */
|
||||
/* background-color: #ccc; */
|
||||
}
|
||||
Reference in New Issue
Block a user