Skip to content

Commit

Permalink
Fix #1901 Remove Grid vertical line
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrecek234 committed Dec 23, 2022
1 parent e0e9b34 commit dc51332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<{_element}div{/} id="{$_id}" class="{_ui}ui{/} {$class} {_class}{/}" style="{$style}" {$attributes}>{$Menu}
{$Content}
{Container}
<div class="ui vertical segment" id="{$_id}">
<div id="{$_id}">
<div class="ui atk-overflow-auto">
{$Table}
{$Content}
Expand Down
2 changes: 1 addition & 1 deletion template/grid.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dc51332

Please sign in to comment.