Skip to content

Commit

Permalink
Обновление дизайна
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 10, 2023
1 parent 22ac9e4 commit 69ef9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/GridViewWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ public function renderBeforeTable()

return <<<HTML
<div class='sx-before-table'>
<div class='pull-left'>{$this->beforeTableLeft}</div>
<div class='pull-right'>{$this->beforeTableRight}</div>
<div class='sx-before-table-left'>{$this->beforeTableLeft}</div>
<div class='sx-before-table-right'>{$this->beforeTableRight}</div>
</div>
HTML;
} else {
Expand Down

0 comments on commit 69ef9c9

Please sign in to comment.