Skip to content

Commit

Permalink
Put header into div
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvasicek committed Nov 3, 2020
1 parent da57388 commit 113a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/role/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
'style' => 'width:100%']);
?>
</div>
<h2><?= Yii::t('rbac-admin', 'Users') ?></h2>
<div class="col-lg-12">
<h2><?= Yii::t('rbac-admin', 'Users') ?></h2>
<?php
Pjax::begin([
'enablePushState' => false,
Expand Down

0 comments on commit 113a49e

Please sign in to comment.