mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 03:06:04 +01:00
#4525 set width for language attribute = 80px
This commit is contained in:
parent
b2609341f4
commit
2a1ef64bab
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user