From c5f4dd9158b585faa90bae50e67bf791ced899a4 Mon Sep 17 00:00:00 2001 From: mohammad <mohammad.alayoub@mni.thm.de> Date: Tue, 6 Jul 2021 19:37:06 +0200 Subject: [PATCH] Increase the max height of the admin dialog --- src/app/components/shared/tag-cloud/tag-cloud.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6f77a89b4..ea4859054 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 } -- GitLab