diff --git a/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.ts b/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.ts index ca8dbb779..37d3c3a27 100644 --- a/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.ts +++ b/client/src/app/shared/components/list-of-speakers-content/list-of-speakers-content.component.ts @@ -232,7 +232,8 @@ export class ListOfSpeakersContentComponent extends BaseViewComponentDirective i PointOfOrderDialogComponent, { data: this.viewListOfSpeakers, - ...infoDialogSettings + ...infoDialogSettings, + disableClose: false } ); diff --git a/client/src/app/shared/components/point-of-order-dialog/point-of-order-dialog.component.html b/client/src/app/shared/components/point-of-order-dialog/point-of-order-dialog.component.html index 66996e46d..1b88356a7 100644 --- a/client/src/app/shared/components/point-of-order-dialog/point-of-order-dialog.component.html +++ b/client/src/app/shared/components/point-of-order-dialog/point-of-order-dialog.component.html @@ -2,18 +2,18 @@ {{ 'Are you sure you want to submit a point of order?' | translate }} - - {{ 'Request' | translate }}: -
+ + + {{ 'Request' | translate }}: - - {{ editForm.value.note.length }} / {{ MAX_LENGTH }} -
- - - - + {{ editForm.value.note.length }} / {{ MAX_LENGTH }} +
+ + + + +