mirror of
https://github.com/humhub/humhub.git
synced 2025-02-23 18:56:00 +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) {
|
||||
return ['id' => $data->id];
|
||||
},
|
||||
'contentOptions' => ['style' => 'width:auto; white-space: normal;'],
|
||||
],
|
||||
'email',
|
||||
'originator.username',
|
||||
'language',
|
||||
[
|
||||
'attribute' => 'language',
|
||||
'contentOptions' => ['style' => 'width:80px; white-space: normal;'],
|
||||
],
|
||||
|
||||
'created_at',
|
||||
[
|
||||
'attribute' => 'source',
|
||||
|
Loading…
x
Reference in New Issue
Block a user