1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-04 23:42:54 +00:00

Add statistics for state per patient

This commit is contained in:
2023-07-26 09:34:05 +02:00
parent 26312c8620
commit 5c6384e878
4 changed files with 48 additions and 4 deletions

View File

@ -281,4 +281,13 @@ input.inline:focus-visible {
border: 1px solid lightgray;
border-radius: 3px;
width: calc(100% - 2.4rem - 4px);
height: 320px;
display: inline-block;
}
.chart-50pc {
width: calc(50% - 2.4rem - 4px);
}