Increase motion id column

This commit is contained in:
Emanuel Schütze 2021-11-13 22:58:22 +01:00
parent adb9d95ff3
commit e8803bde0c
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ export class MotionListComponent extends BaseListViewComponent<ViewMotion> imple
*/ */
public tableColumnDefinition: PblColumnDefinition[] = [ public tableColumnDefinition: PblColumnDefinition[] = [
{ {
prop: 'identifier' prop: 'identifier',
minWidth: 70
}, },
{ {
prop: 'title', prop: 'title',