diff options
| author | Paul-Christian Volkmer | 2023-07-26 09:34:05 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-26 09:39:31 +0200 |
| commit | 5c6384e878318c0e86ed8bf59a973a063ab13f63 (patch) | |
| tree | 2d985e086da43024e9ef411f3c112b81668826b6 /src/main/resources/static | |
| parent | 26312c86205681723dd8a9c249e886c8655aa078 (diff) | |
Add statistics for state per patient
Diffstat (limited to 'src/main/resources/static')
| -rw-r--r-- | src/main/resources/static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index bf37db2..185fead 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -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); }
\ No newline at end of file |
