#4525 set width for language attribute = 80px

This commit is contained in:
Master_Hans 2020-11-14 19:24:04 +03:00
parent b2609341f4
commit 2a1ef64bab

View File

@ -52,10 +52,15 @@ AdminPendingRegistrationsAsset::register($this);
'checkboxOptions' => function ($data) { 'checkboxOptions' => function ($data) {
return ['id' => $data->id]; return ['id' => $data->id];
}, },
'contentOptions' => ['style' => 'width:auto; white-space: normal;'],
], ],
'email', 'email',
'originator.username', 'originator.username',
'language', [
'attribute' => 'language',
'contentOptions' => ['style' => 'width:80px; white-space: normal;'],
],
'created_at', 'created_at',
[ [
'attribute' => 'source', 'attribute' => 'source',