diff --git a/core/src/components/action-sheet/action-sheet.md.scss b/core/src/components/action-sheet/action-sheet.md.scss index 910bb7eabb..f455d0afc5 100644 --- a/core/src/components/action-sheet/action-sheet.md.scss +++ b/core/src/components/action-sheet/action-sheet.md.scss @@ -23,7 +23,7 @@ .action-sheet-title { @include padding($action-sheet-md-title-padding-top, $action-sheet-md-title-padding-end, $action-sheet-md-title-padding-bottom, $action-sheet-md-title-padding-start); - height: $action-sheet-md-title-height; + min-height: $action-sheet-md-title-height; color: var(--color, $action-sheet-md-title-color); diff --git a/core/src/components/action-sheet/test/basic/index.html b/core/src/components/action-sheet/test/basic/index.html index 7f1d2e0dd0..af0ab90ffb 100644 --- a/core/src/components/action-sheet/test/basic/index.html +++ b/core/src/components/action-sheet/test/basic/index.html @@ -70,6 +70,7 @@ const mode = Ionic.mode; await openActionSheet({ header: "Albums", + subHeader: 'This is a sub header inside of an action sheet', buttons: [{ text: 'Delete', role: 'destructive',