Skip to content

Commit

Permalink
monitoring: Fix alignment in the backend config form
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent e3b8d63 commit f54441a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -262,7 +262,7 @@ public function createElements(array $formData)
array(
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'element'))
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
)
)
);
Expand Down

0 comments on commit f54441a

Please sign in to comment.