From f3319a0c99f861b8e87c9b4e9bcc745cbacb936c 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/qa-tag-list.tpl.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php index 5dc4b0f..d1711ae 100755 --- a/Theme/Backend/qa-tag-list.tpl.php +++ b/Theme/Backend/qa-tag-list.tpl.php @@ -21,6 +21,7 @@ echo $this->getData('nav')->render();
+
@@ -40,6 +41,7 @@ echo $this->getData('nav')->render();
getHtml('Badges'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file