diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 808a75b..505a937 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -320,6 +320,10 @@ textarea { gap: 8px; } +.form-field.compact { + margin-bottom: 1.25rem; +} + .form-field label { font-size: 0.98rem; font-weight: 700; diff --git a/src/main/resources/templates/reports.html b/src/main/resources/templates/reports.html index fbb3be1..ae67ec7 100644 --- a/src/main/resources/templates/reports.html +++ b/src/main/resources/templates/reports.html @@ -94,35 +94,38 @@