MOBILE-3814 collapsible: Use 108px as default max height

main
Pau Ferrer Ocaña 2022-03-03 11:41:39 +01:00
parent fbcd0841f0
commit 2a20fea590
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**