+
{% include 'konova/includes/report/qrcodes.html' %}
diff --git a/intervention/views/report.py b/intervention/views/report.py
index fa4798d0..663c293e 100644
--- a/intervention/views/report.py
+++ b/intervention/views/report.py
@@ -67,6 +67,7 @@ def report_view(request:HttpRequest, id: str):
},
"geom_form": geom_form,
"parcels": parcels,
+ "tables_scrollable": False,
TAB_TITLE_IDENTIFIER: tab_title,
}
context = BaseContext(request, context).context
diff --git a/konova/contexts.py b/konova/contexts.py
index 70cb1aac..23faedb8 100644
--- a/konova/contexts.py
+++ b/konova/contexts.py
@@ -28,6 +28,7 @@ class BaseContext:
"help_link": HELP_LINK,
"impressum_link": IMPRESSUM_LINK,
"CONTACT_MAIL": EMAIL_REPLY_TO,
+ "tables_scrollable": True, # tables in boxes
}
# Add additional context, derived from given parameters
diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css
index 0092fe9e..eb727894 100644
--- a/konova/static/css/konova.css
+++ b/konova/static/css/konova.css
@@ -60,7 +60,7 @@ a {
color: var(--rlp-red);
}
-label {
+.form-label {
width: 100%;
}
diff --git a/templates/form/table/generic_table_form_body.html b/templates/form/table/generic_table_form_body.html
index 6fae2744..aac55633 100644
--- a/templates/form/table/generic_table_form_body.html
+++ b/templates/form/table/generic_table_form_body.html
@@ -6,7 +6,7 @@
{{form.small_label_column}}
- |