list/services: remove hardcoded margin
This commit is contained in:
parent
127b728a4c
commit
6d7a1cfe08
|
@ -4,7 +4,7 @@ $helper = $this->getHelper('MonitoringState');
|
|||
if (!$this->compact): ?>
|
||||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<div style="margin: 1em;" class="dontprint">
|
||||
<div class="dontprint">
|
||||
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
|
||||
<?php if (! $this->filterEditor): ?>
|
||||
<?= $this->filterPreview ?>
|
||||
|
|
Loading…
Reference in New Issue