Merge pull request #6277 from emanuelschuetze/motion-id-column

Increase motion id column
This commit is contained in:
Emanuel Schütze 2021-11-13 23:35:54 +01:00 committed by GitHub
commit f04d64d48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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[] = [
{
prop: 'identifier'
prop: 'identifier',
minWidth: 70
},
{
prop: 'title',