Issue #2152581 by swentel: 'Manage fields' screen needs mobile-izing.
parent
473ccd5558
commit
c120a661e4
|
@ -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'),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue