summaryrefslogtreecommitdiffstats
path: root/printing_templates
diff options
context:
space:
mode:
Diffstat (limited to 'printing_templates')
-rw-r--r--printing_templates/Table.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/printing_templates/Table.html b/printing_templates/Table.html
index 4d692ef21..0a65b2a92 100644
--- a/printing_templates/Table.html
+++ b/printing_templates/Table.html
@@ -21,6 +21,11 @@
-webkit-column-break-inside: avoid;
padding-top: 1vh;
padding-bottom: 1vh;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ border:max(1px, 0.1vw);
+ border-style:solid;
+ border-color: {{ template_options.color6 }};
}
#body_div {
@@ -43,11 +48,6 @@
overflow: hidden;
width: 100%;
margin: 0%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border:max(0.1vw, 1px);
- border-style:solid;
- border-color: {{ template_options.color6 }};
}
</style>