From dc51332f6c2e7d605ac2d42eed215d45ae1ab814 Mon Sep 17 00:00:00 2001 From: Michael Krecek Date: Fri, 23 Dec 2022 09:25:41 +0100 Subject: [PATCH] Fix #1901 Remove Grid vertical line --- template/grid.html | 2 +- template/grid.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/grid.html b/template/grid.html index 0a5453a5f5..2ec1f3bee6 100644 --- a/template/grid.html +++ b/template/grid.html @@ -2,7 +2,7 @@ <{_element}div{/} id="{$_id}" class="{_ui}ui{/} {$class} {_class}{/}" style="{$style}" {$attributes}>{$Menu} {$Content} {Container} -
+
{$Table} {$Content} diff --git a/template/grid.pug b/template/grid.pug index 9df21bfaf0..cdcadbbfb9 100644 --- a/template/grid.pug +++ b/template/grid.pug @@ -2,7 +2,7 @@ | {$Menu} | {$Content} | {Container} -div(id="{$_id}" class="ui vertical segment") +div(id="{$_id}") div(class="ui atk-overflow-auto") |{$Table} |{$Content}