mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
fix(card): remove top padding of content in iOS if under header (#20223)
This commit is contained in:
@ -41,3 +41,7 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
ion-card-header + .card-content-ios {
|
||||
padding-top: 0;
|
||||
}
|
Reference in New Issue
Block a user