monitoring: Fix alignment in the backend config form

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:49:05 +01:00
parent e3b8d63a8e
commit f54441a0b4
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class BackendConfigForm extends ConfigForm
array(
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
)
)
);