mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge pull request #5632 from jgw96/patch-2
docs(demos): padding on action content
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<ion-title>Action Sheet</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content>
|
||||
<ion-content padding>
|
||||
<button block (click)="present()">Basic Action Sheet</button>
|
||||
<button block secondary (click)="present()">Custom Animation Action Sheet</button>
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user