From a2bf6b9c2a7ff3b19e6c402be94a74c33199e771 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Sep 2021 20:16:54 +0200 Subject: [PATCH] fix table overflow --- Theme/Backend/contract-list.tpl.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Theme/Backend/contract-list.tpl.php b/Theme/Backend/contract-list.tpl.php index 872a046..6b0f5b0 100755 --- a/Theme/Backend/contract-list.tpl.php +++ b/Theme/Backend/contract-list.tpl.php @@ -32,6 +32,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Contracts'); ?>
+
@@ -92,6 +93,7 @@ echo $this->getData('nav')->render(); ?>
end !== null ? $value->end->format('Y-m-d') : ''; ?>
+