diff --git a/src/app/components/shared/tag-cloud/tag-cloud.component.ts b/src/app/components/shared/tag-cloud/tag-cloud.component.ts index 6f77a89b4bc43a443890e92311aa1dd018d983da..ea4859054934703789b9a994d86921b3321ffd90 100644 --- a/src/app/components/shared/tag-cloud/tag-cloud.component.ts +++ b/src/app/components/shared/tag-cloud/tag-cloud.component.ts @@ -234,7 +234,7 @@ export class TagCloudComponent implements OnInit, OnDestroy, AfterContentInit, A } else if (e === 'topicCloudAdministration') { this.dialog.open(TopicCloudAdministrationComponent, { minWidth: '50%', - maxHeight: '80%', + maxHeight: '95%', data: { user: this.user }