diff --git a/user/index.php b/user/index.php index 1c93977b165..5ea22869bbe 100644 --- a/user/index.php +++ b/user/index.php @@ -280,7 +280,11 @@ $selectactionparams = array( $label = html_writer::tag('label', get_string("withselectedusers"), ['for' => 'formactionid', 'class' => 'col-form-label d-inline']); $select = html_writer::select($displaylist, 'formaction', '', ['' => 'choosedots'], $selectactionparams); -echo html_writer::tag('div', $label . $select); +echo html_writer::tag( + 'div', + $label . $select, + ['class' => 'd-flex flex-wrap align-items-md-center gap-2 mb-3'], +); echo ''; echo '
' . $OUTPUT->help_icon('publishstate', 'notes') . '
';