Skip to content

Commit

Permalink
Fixed rendering of operations container for event message lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpi committed Feb 25, 2017
1 parent e19f141 commit b9537f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/MessageListForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public function buildForm(array $form, FormStateInterface $form_state, EntityInt
// Actions.
$form['actions'] = [
'#type' => 'details',
'#title' => $this->t('Operations'),
'#attributes' => [
'class' => ['container-inline'],
],
Expand Down

0 comments on commit b9537f2

Please sign in to comment.