Increase motion id column
This commit is contained in:
parent
adb9d95ff3
commit
e8803bde0c
@ -121,7 +121,8 @@ export class MotionListComponent extends BaseListViewComponent<ViewMotion> imple
|
||||
*/
|
||||
public tableColumnDefinition: PblColumnDefinition[] = [
|
||||
{
|
||||
prop: 'identifier'
|
||||
prop: 'identifier',
|
||||
minWidth: 70
|
||||
},
|
||||
{
|
||||
prop: 'title',
|
||||
|
Loading…
Reference in New Issue
Block a user