Fix pagination styling issues in documentlist and copy & move (#2252)

This commit is contained in:
Popovics András
2017-08-29 12:29:56 +01:00
committed by Mario Romano
parent e295a05a56
commit 8e3d84504a
4 changed files with 15 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ export class NodeActionsService {
select: new EventEmitter<MinimalNodeEntryEntity[]>()
};
this.dialog.open(ContentNodeSelectorComponent, { data, panelClass: 'adf-content-node-selector-dialog', width: '576px' });
this.dialog.open(ContentNodeSelectorComponent, { data, panelClass: 'adf-content-node-selector-dialog', width: '630px' });
data.select.subscribe((selections: MinimalNodeEntryEntity[]) => {
const selection = selections[0];