Commit a300b9d1 by Hisateru Tanaka

Gii should keep horizontal layout

parent 03451912
......@@ -12,7 +12,7 @@ $activeGenerator = Yii::$app->controller->generator;
?>
<?php $this->beginContent('@yii/gii/views/layouts/main.php'); ?>
<div class="row">
<div class="col-lg-3">
<div class="col-sm-3">
<div class="list-group">
<?php
foreach ($generators as $id => $generator) {
......@@ -24,7 +24,7 @@ $activeGenerator = Yii::$app->controller->generator;
?>
</div>
</div>
<div class="col-lg-9">
<div class="col-sm-9">
<?= $content ?>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment