From 2a20fea590830f38e86bd728a2c91b5b3039bda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 3 Mar 2022 11:41:39 +0100 Subject: [PATCH] MOBILE-3814 collapsible: Use 108px as default max height --- src/core/directives/collapsible-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/directives/collapsible-item.ts b/src/core/directives/collapsible-item.ts index 3188421e9..b097611a3 100644 --- a/src/core/directives/collapsible-item.ts +++ b/src/core/directives/collapsible-item.ts @@ -20,7 +20,7 @@ import { CoreComponentsRegistry } from '@singletons/components-registry'; import { CoreEventLoadingChangedData, CoreEventObserver, CoreEvents } from '@singletons/events'; import { CoreFormatTextDirective } from './format-text'; -const defaultMaxHeight = 56; +const defaultMaxHeight = 64; const buttonHeight = 44; /**