Refined (final?) report layout for Object

This commit is contained in:
2023-03-14 18:33:13 +01:00
parent e7013e8977
commit c8b887fdba
4 changed files with 213 additions and 151 deletions

View File

@@ -66,7 +66,7 @@ table.table th {
display: block;
}
/* Print styles */
/* Print layout */
@media print {
.report-container {
width: 100%;
@@ -93,4 +93,4 @@ table.table th {
td.key {
min-width: 200px;
}
}
}