Skip to content

Commit

Permalink
Remove inline style in config/resource
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent a47265e commit 5e98671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/config/resource.phtml
Expand Up @@ -8,7 +8,7 @@
<table class="action-table listing-table">
<thead>
<th><?= $this->translate('Resource') ?></th>
<th style="width: 5em"><?= $this->translate('Remove') ?></th>
<th></th>
</thead>
<tbody>
<?php foreach ($this->resources as $name => $value): ?>
Expand Down

0 comments on commit 5e98671

Please sign in to comment.