no message
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<h2 class="placename">{{this.cruise.name}}</h2>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-scroll scrollY="true">
|
||||
<ion-scroll class="scrollable" scrollY="true">
|
||||
<ion-row class="location" *ngIf="this.cruise.location">
|
||||
<ion-col col-4>Location</ion-col>
|
||||
<ion-col col-8 [innerHTML]="getFormattedCruiseAddress(this.cruise.location)"></ion-col>
|
||||
|
||||
@@ -10,6 +10,10 @@ page-cruise {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
ion-scroll {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
ion-toolbar {
|
||||
|
||||
.toolbar-background {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-scroll scrollY="true">
|
||||
<ion-scroll class="scrollable" scrollY="true">
|
||||
<ion-row class="about" *ngIf="this.profile.details.about">
|
||||
<ion-col col-12 [innerHTML]="this.profile.details.about"></ion-col>
|
||||
</ion-row>
|
||||
|
||||
@@ -10,6 +10,10 @@ page-profile {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
ion-scroll {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
ion-toolbar {
|
||||
|
||||
.toolbar-background {
|
||||
|
||||
Reference in New Issue
Block a user