From 5c6384e878318c0e86ed8bf59a973a063ab13f63 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 26 Jul 2023 09:34:05 +0200 Subject: Add statistics for state per patient --- src/main/resources/static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/resources/static/style.css') 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 -- cgit v1.2.3