If a long title is added in ion-header inside a modal poup then it does not decrease its length as in header of a ion-view.
header inside ion-view:
header inside modal popup:
.
i am using the latest build of ionic, ios7 and cordova 3.5.
If a long title is added in ion-header inside a modal poup then it does not decrease its length as in header of a ion-view.
header inside ion-view:
header inside modal popup:
.
i am using the latest build of ionic, ios7 and cordova 3.5.
You could try to change
white-space:nowrap
to
white-space:normal
in CSS modal header.