diff --git a/core/modules/system/src/Form/ModulesListForm.php b/core/modules/system/src/Form/ModulesListForm.php index 354826344437..3ff6c3d09d35 100644 --- a/core/modules/system/src/Form/ModulesListForm.php +++ b/core/modules/system/src/Form/ModulesListForm.php @@ -178,6 +178,7 @@ class ModulesListForm extends FormBase { // Lastly, sort all packages by title. uasort($form['modules'], ['\Drupal\Component\Utility\SortArray', 'sortByTitleProperty']); + $form['#attached']['library'][] = 'core/drupal.tableresponsive'; $form['#attached']['library'][] = 'system/drupal.system.modules'; $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [