mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
detail-push should only go on ion-item
This commit is contained in:
@ -79,7 +79,7 @@ ion-item-content {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical-align-top,
|
[vertical-align-top],
|
||||||
ion-input.item {
|
ion-input.item {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
</ion-item-options>
|
</ion-item-options>
|
||||||
</ion-item-sliding>
|
</ion-item-sliding>
|
||||||
|
|
||||||
<ion-item-sliding text-wrap detail-push *ng-if="shouldShow" #item>
|
<ion-item-sliding *ng-if="shouldShow" #item>
|
||||||
<ion-item>
|
<ion-item text-wrap detail-push>
|
||||||
<h3>Ben Sperry</h3>
|
<h3>Ben Sperry</h3>
|
||||||
<p>
|
<p>
|
||||||
I like paper
|
I like paper
|
||||||
|
Reference in New Issue
Block a user