diff --git a/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php b/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php index 3fbf5c3..c5832e8 100644 --- a/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php +++ b/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php @@ -105,7 +105,10 @@ public function buildForm(array $form, array &$form_state, $entity_type = NULL, '#tree' => TRUE, '#header' => array( $this->t('Label'), - $this->t('Machine name'), + array( + 'data' => $this->t('Machine name'), + 'class' => array(RESPONSIVE_PRIORITY_MEDIUM), + ), $this->t('Field type'), $this->t('Operations'), ),