MOBILE-3320 ui: Remove unneeded padding start
parent
1e0d918963
commit
393b311d16
|
@ -33,7 +33,7 @@
|
|||
</ion-note>
|
||||
</p>
|
||||
<p>
|
||||
<ion-note class="ion-float-end ion-padding-start ion-text-end">
|
||||
<ion-note class="ion-float-end ion-text-end">
|
||||
{{entry.created | coreDateDayOrTime}}
|
||||
</ion-note>
|
||||
{{entry.user && entry.user!.fullname}}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<p class="item-heading">{{ notification.subject }}</p>
|
||||
<p *ngIf="notification.userfromfullname">{{ notification.userfromfullname }}</p>
|
||||
</ion-label>
|
||||
<ion-note slot="end" class="ion-float-end ion-padding-start ion-text-end">
|
||||
<ion-note slot="end" class="ion-float-end ion-text-end">
|
||||
{{ notification.timecreated | coreDateDayOrTime }}
|
||||
<span *ngIf="!notification.timeread">
|
||||
<ion-icon name="fas-circle" color="primary" aria-hidden="true"></ion-icon>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<h2>{{ rating.userfullname }}</h2>
|
||||
<p>{{ rating.rating }}</p>
|
||||
</ion-label>
|
||||
<ion-note slot="end" class="ion-padding-start" *ngIf="rating.timemodified">
|
||||
<ion-note slot="end" *ngIf="rating.timemodified">
|
||||
{{ rating.timemodified | coreDateDayOrTime }}
|
||||
</ion-note>
|
||||
</ion-item>
|
||||
|
|
Loading…
Reference in New Issue