fix(card): remove top padding of content in iOS if under header (#20223)

This commit is contained in:
Brandy Carney
2020-01-17 15:10:19 -05:00
committed by GitHub
parent dbccf8dd77
commit 9232f16eea

View File

@ -41,3 +41,7 @@
font-size: 14px;
}
}
ion-card-header + .card-content-ios {
padding-top: 0;
}