Skip to content

Commit

Permalink
fix(action-sheet): subheader no longer overlaps action sheet buttons (#…
Browse files Browse the repository at this point in the history
…23318)

resolves #23316
  • Loading branch information
liamdebeasi authored May 21, 2021
1 parent 56f6f56 commit d473a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/action-sheet.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
1 change: 1 addition & 0 deletions core/src/components/action-sheet/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d473a53

Please sign in to comment.