fix css for bar graph and main screen

This commit is contained in:
Pritimay Sarkar
2023-08-07 09:56:23 +05:30
parent d35510d39a
commit b4ab8cbff0
4 changed files with 21 additions and 6 deletions

View File

@@ -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; */
}