Issue #2152581 by swentel: 'Manage fields' screen needs mobile-izing.

8.0.x
webchick 2013-12-12 10:36:54 -08:00
parent 473ccd5558
commit c120a661e4
1 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,10 @@ class FieldOverview extends OverviewBase {
'#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'),
),