From f90b3ac36a182c39c24588ffda16f2c51573b0f6 Mon Sep 17 00:00:00 2001 From: Maxime Vergez Date: Thu, 20 Oct 2022 13:13:36 +0000 Subject: [PATCH] Resolve "[Tab 6] Reduce status dropdown height" --- frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts b/frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts index 807dbe2d..39a60d6d 100755 --- a/frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts +++ b/frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts @@ -166,7 +166,9 @@ export class ZhFormTab6Component implements OnInit { searchPlaceholderText: "Rechercher", enableSearchFilter: true, groupBy: "category", + autoposition: false, position: "top", + maxHeight: 190, }; this.getMetaData();