Use flexbox

This commit is contained in:
Dennis Eichhorn 2017-10-05 09:08:02 +02:00
parent 361054d595
commit 5905fee099

View File

@ -18,7 +18,9 @@ $workflows = [];
echo $this->getData('nav')->render(); ?>
<div class="box w-100 floatLeft">
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<caption><?= $this->getHtml('Workflow') ?></caption>
<thead>
@ -48,3 +50,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>