MOBILE-3814 collapsible: Use 108px as default max height
parent
fbcd0841f0
commit
2a20fea590
|
@ -20,7 +20,7 @@ import { CoreComponentsRegistry } from '@singletons/components-registry';
|
||||||
import { CoreEventLoadingChangedData, CoreEventObserver, CoreEvents } from '@singletons/events';
|
import { CoreEventLoadingChangedData, CoreEventObserver, CoreEvents } from '@singletons/events';
|
||||||
import { CoreFormatTextDirective } from './format-text';
|
import { CoreFormatTextDirective } from './format-text';
|
||||||
|
|
||||||
const defaultMaxHeight = 56;
|
const defaultMaxHeight = 64;
|
||||||
const buttonHeight = 44;
|
const buttonHeight = 44;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue