Test fix tab indention

This commit is contained in:
Dennis Eichhorn 2019-02-02 23:59:22 +01:00
parent 0a4b0eef71
commit de30ad2568
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ $accounts = $group->getAccounts();
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<div class="tabview tab-2"> <div class="tabview tab-2">
<div class="box wf-100"> <div class="box wf-100 col-xs-12">
<ul class="tab-links"> <ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li> <li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
<li><label for="c-tab-2"><?= $this->getHtml('AuditLog'); ?></label></li> <li><label for="c-tab-2"><?= $this->getHtml('AuditLog'); ?></label></li>